Skip to content

Commit

Permalink
chore(build): add keywords to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
accraze committed Nov 27, 2016
1 parent 7180d25 commit f9a78ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,10 @@ def read(*names, **kwargs):
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
# uncomment if you test on these interpreters:
# 'Programming Language :: Python :: Implementation :: IronPython',
# 'Programming Language :: Python :: Implementation :: Jython',
# 'Programming Language :: Python :: Implementation :: Stackless',
'Topic :: Utilities',
],
keywords=[
# eg: 'keyword1', 'keyword2', 'keyword3',
'nlp', 'language', 'markov chain', 'novel', 'text', 'automation'
],
install_requires=[
'markovify==0.4.3'
Expand Down

0 comments on commit f9a78ec

Please sign in to comment.