Skip to content

Commit

Permalink
2016-07-01
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jul 1, 2016
1 parent 2cb2f08 commit ef02564
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
print("'__license__' not found in '%s.__init__.py'!" % NAME)
LICENSE = ""

KEYWORDS = ["zipcode", "database", "search engine"]
PLATFORMS = ["Windows", "MacOS", "Unix"]
CLASSIFIERS = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -91,6 +92,7 @@
package_data=PACKAGE_DATA,
url=URL,
download_url=DOWNLOAD_URL,
keywords=KEYWORDS,
classifiers=CLASSIFIERS,
platforms=PLATFORMS,
license=LICENSE,
Expand Down

0 comments on commit ef02564

Please sign in to comment.