Skip to content

Commit

Permalink
Reorg pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivastar committed Feb 12, 2024
1 parent 827b63a commit 3042f33
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ requires-python = ">=3.9"
dependencies = [
"numpy",
]
[project.urls]
"Homepage" = "https://github.com/mpi-astronomy/mpia-python-template"

[build-system]
requires = [
"setuptools>=60",
"wheel",
]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
docs = [
Expand All @@ -30,18 +39,6 @@ test = [
"pytest-cov",
]

[project.urls]
"Bug Tracker" = "https://github.com/mpi-astronomy/snowblind/issues"
"Source Code" = "https://github.com/mpi-astronomy/snowblind"


[build-system]
requires = [
"setuptools>=60",
"wheel",
]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["src"]

Expand Down

0 comments on commit 3042f33

Please sign in to comment.