diff --git a/setup.py b/setup.py index 0247736..a993d4d 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def get_requirements(): entry_points={ 'console_scripts': [ 'nordnm = nordnm.__main__:main' - ]}, + ]}, classifiers=[ 'Environment :: Console', 'Intended Audience :: End Users/Desktop', @@ -58,5 +58,5 @@ def get_requirements(): 'Programming Language :: Python :: 3 :: Only', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', - ] + ] )