From 2045edc11b1a1caf9fc2b1b8cd16928c17499949 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 9 Dec 2018 15:49:58 -0800 Subject: [PATCH] Fix warning about classifiers as tuple. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 553a146a6..5f9650d08 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( author='Dan Helfman', author_email='witten@torsion.org', url='https://torsion.org/borgmatic', - classifiers=( + classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: System Administrators', @@ -19,7 +19,7 @@ setup( 'Programming Language :: Python', 'Topic :: Security :: Cryptography', 'Topic :: System :: Archiving :: Backup', - ), + ], packages=find_packages(), entry_points={ 'console_scripts': [