Skip to content

Commit

Permalink
Add the missing Project URLs for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Jul 6, 2023
1 parent 5de7a19 commit 4af2f20
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ authors = [
]
classifiers = [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Rust",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -29,6 +30,12 @@ classifiers = [
]
dynamic = ["version"]

[project.urls]
Homepage = "https://github.com/crate-py/rpds"
Issues = "https://github.com/crate-py/rpds/issues/"
Funding = "https://github.com/sponsors/Julian"
Source = "https://github.com/crate-py/rpds"

[tool.isort]
combine_as_imports = true
from_first = true
Expand Down

0 comments on commit 4af2f20

Please sign in to comment.