From 62d3591ad2ecafec20ec9db1cf6aae28dcbc334a Mon Sep 17 00:00:00 2001 From: Ross Chadwick Date: Thu, 19 Oct 2017 10:54:13 +0200 Subject: [PATCH] Fix PEP8 complaints --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', - ] + ] )