fix duplicate parameter key

modified:   setup.py
This commit is contained in:
Russell Ballestrini 2022-01-10 15:08:54 -05:00
parent e581b0607b
commit 759501ad25

View file

@ -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",
],
)