2
0
Эх сурвалжийг харах

Fix warning about classifiers as tuple.

Dan Helfman 6 жил өмнө
parent
commit
2045edc11b
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      setup.py

+ 2 - 2
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': [