Skip to content

Commit

Permalink
Merge pull request #67 from esc/esc/fix_trove_classifiers
Browse files Browse the repository at this point in the history
update trove classifiers
  • Loading branch information
esc committed Mar 9, 2018
2 parents c70b636 + 208d12f commit 1d7c9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
install_requires = install_requires,
extras_require = dict(tests=tests_require),
tests_require = tests_require,
classifiers = ['Development Status :: 3 - Alpha',
classifiers = ['Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Operating System :: Microsoft :: Windows',
Expand All @@ -62,5 +62,6 @@
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)

0 comments on commit 1d7c9b9

Please sign in to comment.