Updates setup conf

This commit is contained in:
Ilan Steemers
2018-08-10 13:36:31 +02:00
parent b5a01a9e93
commit 83de4c28c7
+2 -1
View File
@@ -1,10 +1,10 @@
import os
from setuptools import setup, Command
with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
README = readme.read()
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
from setuptools import setup, Command
class PyTest(Command):
@@ -54,6 +54,7 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Internet :: WWW/HTTP',
'Topic :: System :: Distributed Computing',
'Topic :: Software Development :: Libraries :: Python Modules',
],
entry_points={