Skip to content

Commit

Permalink
Fix(setup.py): update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akashsara committed Nov 7, 2023
1 parent f2a95ee commit 5b0bffe
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 @@ -59,7 +59,7 @@ def get_version(rel_path: str) -> str:
install_requires=install_requires,
python_requires=">=3.7",
classifiers=[
"Development Status :: 5 - Production/Stable", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
"Development Status :: 4 - Beta", # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
"Intended Audience :: Developers", # Define that your audience are developers
"Topic :: Software Development :: Build Tools",
"License :: OSI Approved :: MIT License", # Again, pick a license
Expand Down

0 comments on commit 5b0bffe

Please sign in to comment.