Skip to content

Commit

Permalink
Set Development Status to Production/Stable (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 authored Jun 8, 2022
1 parent 2a4fee6 commit 307eff4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@
author='Utrecht University',
author_email='[email protected]',
classifiers=[
# How mature is this project? Common values are
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand All @@ -40,7 +36,7 @@
python_requires='>=3.7',
install_requires=[
"wordcloud",
"asreview",
"asreview>=1,<2",
"matplotlib"
],

Expand Down

0 comments on commit 307eff4

Please sign in to comment.