From 83de4c28c7e94f7f9fc3ab053b7d4daa5921fa46 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Fri, 10 Aug 2018 13:36:31 +0200 Subject: [PATCH] Updates setup conf --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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={