Skip to content

Commit

Permalink
chore: Fix metadata for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Feb 18, 2024
1 parent 4a50c3e commit 60520b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
]
readme = "README.rst"
requires-python = ">= 3.9"
license = {file = "LICENSE"}
license-files = { paths = ["LICENSE"] }
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Sphinx",
Expand All @@ -35,6 +35,10 @@ sphinx = [
"sphinx",
]

[project.urls]
Home = "https://github.com/attakei/rst-multi-ref"
Repository = "https://github.com/attakei/rst-multi-ref"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
Expand Down

0 comments on commit 60520b0

Please sign in to comment.