Skip to content

Commit

Permalink
feat: mark as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Alviner committed Feb 5, 2024
1 parent b7f73bc commit 821351a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ authors = ["Ivan Sitkin <[email protected]>"]
repository = "https://github.com/alviner/poem-plugins"
homepage = "https://pypi.org/project/poem-plugins"
documentation = "https://github.com/alviner/poem-plugins"
keywords = ["plugins", "poetry"]
keywords = ["plugins", "poetry", "packaging", ]
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: MIT License",
"Operating System :: MacOS :: MacOS X",
Expand All @@ -20,10 +22,13 @@ classifiers = [
"Operating System :: POSIX",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Libraries :: Python Modules",
]
readme = "README.md"
packages = [{include = "poem_plugins"}]
Expand Down

0 comments on commit 821351a

Please sign in to comment.