Skip to content

Commit

Permalink
config: project.urls
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Nov 13, 2024
1 parent 7ac48db commit 1ce6be0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ requires-python = ">=3.9"
license = { text = "MIT License" }
readme = "README.md"
packages = [{include = "eule"}]
homepage = "https://pypi.org/project/eule/"
repository = "https://github.com/trouchet/eule"
keywords = ["euler-diagram", "sets"]
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -20,6 +18,11 @@ classifiers = [
]
dependencies = [ "numpy>2.0.0" ]

[project.urls]

homepage = "https://pypi.org/project/eule/"
repository = "https://github.com/trouchet/eule"

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

0 comments on commit 1ce6be0

Please sign in to comment.