Skip to content

Commit

Permalink
Merge pull request #153 from MycroftAI/pypi-classifier-fix
Browse files Browse the repository at this point in the history
Use correct development status classifier
  • Loading branch information
krisgesling committed Sep 29, 2021
2 parents 3ccf391 + 94cc3af commit 6cac0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def required(requirements_file):
url="https://github.com/MycroftAI/adapt",
packages=["adapt", "adapt.tools", "adapt.tools.text", "adapt.tools.debug"],
classifiers=[
'Development Status :: 5 - Stable',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Text Processing :: Linguistic',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 6cac0e4

Please sign in to comment.