diff --git a/setup.py b/setup.py index f64a6d3..dbba276 100644 --- a/setup.py +++ b/setup.py @@ -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={