Skip to content

Commit

Permalink
PyPi is complete trash. Trove classifiers cannot be a tuple, only list.
Browse files Browse the repository at this point in the history
  • Loading branch information
obriencj committed Nov 3, 2017
1 parent 17176f6 commit 5aaa00c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@

description = "Assignment-aware binding functions",

download_url = "https://github.com/obriencj/python-mapbind/archive/v1.0.0.tar.gz",

# 2.6+ or 3.3+
python_requires = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",

classifiers = (
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
Expand All @@ -60,7 +62,7 @@
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development",
)
]
)


Expand Down

0 comments on commit 5aaa00c

Please sign in to comment.