Skip to content

Commit ef02564

Browse files
committed
2016-07-01
1 parent 2cb2f08 commit ef02564

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
print("'__license__' not found in '%s.__init__.py'!" % NAME)
5656
LICENSE = ""
5757

58+
KEYWORDS = ["zipcode", "database", "search engine"]
5859
PLATFORMS = ["Windows", "MacOS", "Unix"]
5960
CLASSIFIERS = [
6061
"Development Status :: 5 - Production/Stable",
@@ -91,6 +92,7 @@
9192
package_data=PACKAGE_DATA,
9293
url=URL,
9394
download_url=DOWNLOAD_URL,
95+
keywords=KEYWORDS,
9496
classifiers=CLASSIFIERS,
9597
platforms=PLATFORMS,
9698
license=LICENSE,

0 commit comments

Comments
 (0)