We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb2f08 commit ef02564Copy full SHA for ef02564
1 file changed
setup.py
@@ -55,6 +55,7 @@
55
print("'__license__' not found in '%s.__init__.py'!" % NAME)
56
LICENSE = ""
57
58
+KEYWORDS = ["zipcode", "database", "search engine"]
59
PLATFORMS = ["Windows", "MacOS", "Unix"]
60
CLASSIFIERS = [
61
"Development Status :: 5 - Production/Stable",
@@ -91,6 +92,7 @@
91
92
package_data=PACKAGE_DATA,
93
url=URL,
94
download_url=DOWNLOAD_URL,
95
+ keywords=KEYWORDS,
96
classifiers=CLASSIFIERS,
97
platforms=PLATFORMS,
98
license=LICENSE,
0 commit comments