diff --git a/setup.py b/setup.py index cac6f3a..113371c 100644 --- a/setup.py +++ b/setup.py @@ -17,12 +17,6 @@ setup( version="1.0.0", description="Make Post Sell", long_description=README, - classifiers=[ - "Programming Language :: Python", - "Framework :: Pyramid", - "Topic :: Internet :: WWW/HTTP", - "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", - ], author="Russell Ballestrini", author_email="russell@ballestrini.net", url="https://www.makepostsell.com", @@ -51,6 +45,10 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python", + "Framework :: Pyramid", + "Topic :: Internet :: WWW/HTTP", + "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", ], )