diff --git a/setup.py b/setup.py index 0642a17..f64e2b9 100644 --- a/setup.py +++ b/setup.py @@ -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'