diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-23 17:32:24 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-11-23 17:32:24 -0800 |
commit | 802bad86a61cb0d92c83d9114844a54a83e83b94 (patch) | |
tree | 63775cbac7e8fb15bc5b7d2de511f220e4773147 | |
parent | b1fbd1e5e0c95e79ca0ea999ce7a8a15df46c2bd (diff) | |
download | fatcat-802bad86a61cb0d92c83d9114844a54a83e83b94.tar.gz fatcat-802bad86a61cb0d92c83d9114844a54a83e83b94.zip |
python_openapi_client: update metadata tags for next upload
-rw-r--r-- | python_openapi_client/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index bef29376..cee0ed7d 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -119,8 +119,8 @@ setup( classifiers=[ # Trove classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers - #'License :: OSI Approved :: MIT License', - 'Development Status :: 3 - Alpha', + 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication', + 'Development Status :: 3 - Beta', 'Intended Audience :: Developers', 'Programming Language :: Python', 'Programming Language :: Python :: 3', |