Skip to content

Commit

Permalink
Fix classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
streeter committed Jan 15, 2018
1 parent de758c4 commit 395e619
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -47,7 +47,7 @@
install_requires=requires,
tests_require=tests_require,
license='MIT',
classifiers=(
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand All @@ -57,8 +57,9 @@
'Programming Language :: Python',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing',
),
],
)

0 comments on commit 395e619

Please sign in to comment.