Browse Source

Fix syntax

Jonas Haag 9 years ago
parent
commit
2bbf6d9a63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -15,7 +15,7 @@ setup(
     setup_requires=['setuptools_scm'],
     classifiers = [
         'Development Status :: 5 - Production/Stable',
-        'Intended Audience :: System Administrators'
+        'Intended Audience :: System Administrators',
         'License :: OSI Approved :: MIT License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',