Skip to content

Commit

Permalink
fix: keep classifiers in project to avoid automatic enrichment (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
StykMartin and bdraco authored Feb 7, 2025
1 parent 9baf0b3 commit 99edb20
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@ description = "Happy Eyeballs for asyncio"
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]
readme = "README.md"
requires-python = ">=3.9"
dynamic = ["classifiers", "dependencies", "optional-dependencies"]

[project.urls]
"Repository" = "https://github.com/aio-libs/aiohappyeyeballs"
"Documentation" = "https://aiohappyeyeballs.readthedocs.io"
"Bug Tracker" = "https://github.com/aio-libs/aiohappyeyeballs/issues"
"Changelog" = "https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md"

[tool.poetry]
dynamic = ["dependencies", "optional-dependencies"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -28,6 +20,14 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Python Software Foundation License"
]

[project.urls]
"Repository" = "https://github.com/aio-libs/aiohappyeyeballs"
"Documentation" = "https://aiohappyeyeballs.readthedocs.io"
"Bug Tracker" = "https://github.com/aio-libs/aiohappyeyeballs/issues"
"Changelog" = "https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md"

[tool.poetry]
license = "PSF-2.0"
packages = [
{ include = "aiohappyeyeballs", from = "src" },
Expand Down

0 comments on commit 99edb20

Please sign in to comment.