Skip to content

Commit

Permalink
fix: update classifiers to include license
Browse files Browse the repository at this point in the history
fixes #59
  • Loading branch information
bdraco committed Jul 31, 2024
1 parent 800f0f1 commit 876ef8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ readme = "README.md"
repository = "https://github.com/aio-libs/aiohappyeyeballs"
documentation = "https://aiohappyeyeballs.readthedocs.io"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries",
"License :: OSI Approved :: Python Software Foundation License"
]
packages = [
{ include = "aiohappyeyeballs", from = "src" },
Expand Down

0 comments on commit 876ef8e

Please sign in to comment.