From e0c29478653faf8c5ef590835362dff7197a9832 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sat, 28 Sep 2019 11:22:43 -0700 Subject: [PATCH] trim down classifiers --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 9efc3c1..1a1f5c1 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,6 @@ setup(name='fatamorgana', 'gds', ], classifiers=[ - 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Development Status :: 3 - Alpha', 'Environment :: Other Environment', @@ -50,7 +49,6 @@ setup(name='fatamorgana', 'Operating System :: Microsoft :: Windows', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)', - 'Topic :: Software Development :: Libraries :: Python Modules', ], packages=find_packages(), package_data={