Skip to content

Commit

Permalink
Create separate [project] blocks (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Nov 16, 2023
1 parent 78ac360 commit a5a7545
Showing 1 changed file with 12 additions and 17 deletions.
29 changes: 12 additions & 17 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,26 +65,21 @@ optional-dependencies = {dev = [
], readme = [
"pytest-codeblocks",
]}
readme = {content-type = "text/markdown", file = "README.md"}
readme = "README.md"
requires-python = ">=3.10"
scripts = {mesh = """
sleplet._scripts.plotting_on_mesh:main
""", sphere = """
sleplet._scripts.plotting_on_sphere:main
"""}
urls = {Code = """
https://github.com/astro-informatics/sleplet
""", Documentation = """
https://astro-informatics.github.io/sleplet
""", Download = """
https://pypi.org/project/sleplet
""", Homepage = """
https://github.com/astro-informatics/sleplet
""", Issues = """
https://github.com/astro-informatics/sleplet/issues
"""}
license.file = "LICENCE.md"

[project.scripts]
mesh = "sleplet._scripts.plotting_on_mesh:main"
sphere = "sleplet._scripts.plotting_on_sphere:main"

[project.urls]
Code = "https://github.com/astro-informatics/sleplet"
Documentation = "https://astro-informatics.github.io/sleplet"
Download = "https://pypi.org/project/sleplet"
Homepage = "https://github.com/astro-informatics/sleplet"
Issues = "https://github.com/astro-informatics/sleplet/issues"

[tool.check-manifest]
ignore = [
"src/sleplet/_version.py",
Expand Down

0 comments on commit a5a7545

Please sign in to comment.