Skip to content

Commit

Permalink
Add supported languages to classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
zurk committed Dec 9, 2018
1 parent b29ce21 commit d20c83f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ def build_ext(*args, **kwargs):
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Database",
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
"Topic :: Text Processing :: Indexing",
Expand Down

0 comments on commit d20c83f

Please sign in to comment.