aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPhilip Paquette <pcpaquette@gmail.com>2019-09-02 02:05:59 -0400
committerPhilip Paquette <pcpaquette@gmail.com>2019-09-02 02:11:31 -0400
commit7cfab2e3e869ffdf1883d6ec5002f7bf277f375a (patch)
treedf8b04dff4ca76b5df6426dd53c8399a6fb3a4e7 /setup.py
parente41c4d19948e9b6e248c19041d50a741963be3ac (diff)
Added setup.cfg and fixed classifiers
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 377f288..45aab20 100644
--- a/setup.py
+++ b/setup.py
@@ -47,10 +47,10 @@ setup(name=PACKAGE_NAME,
],
tests_require=['pytest'],
classifiers=['License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
- 'Programming Language:: Python:: 3',
- 'Programming Language:: Python:: 3.5',
- 'Programming Language:: Python:: 3.6',
- 'Programming Language:: Python:: 3.7',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
+ 'Programming Language :: Python :: 3.7',
'Topic :: Games/Entertainment :: Board Games'])
# ------------------------------------