diff options
-rw-r--r-- | setup.cfg | 2 | ||||
-rw-r--r-- | setup.py | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..b88034e --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +description-file = README.md @@ -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']) # ------------------------------------ |