From 7cfab2e3e869ffdf1883d6ec5002f7bf277f375a Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Mon, 2 Sep 2019 02:05:59 -0400 Subject: Added setup.cfg and fixed classifiers --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'setup.py') 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']) # ------------------------------------ -- cgit v1.2.3