Skip to content

Commit

Permalink
Reorder pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
morganjwilliams committed Jul 1, 2024
1 parent 3a14d57 commit 54378a8
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,11 @@ dependencies = [
"requests", # used by alphaMELTS utilities, util.web
]

[tool.setuptools.packages]
find = { exclude = ['test*', "docs*"] } # "**/__pycache__/*"
# include = ["Aitchison/*.py"],

[tool.setuptools.dynamic]
readme = { file = "README.md", content-type = "text/markdown" }

[project.urls]
"Issue tracker" = "https://github.com/morganjwilliams/pyrolite/issues"
"Documentation" = "https://pyrolite.readthedocs.io/"
"Code" = "https://github.com/morganjwilliams/pyrolite"
Issues = "https://github.com/morganjwilliams/pyrolite/issues"
Documentation = "https://pyrolite.readthedocs.io/"
Repository = "https://github.com/morganjwilliams/pyrolite"
Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"

[project.optional-dependencies]
docs = [
Expand Down Expand Up @@ -78,8 +72,12 @@ dev = [
"build",
]

[metadata]
url = "https://github.com/morganjwilliams/pyrolite"
[tool.setuptools.packages]
find = { exclude = ['test*', "docs*"] } # "**/__pycache__/*"
# include = ["Aitchison/*.py"],

[tool.setuptools.dynamic]
readme = { file = "README.md", content-type = "text/markdown" }

[tool.coverage.run]
relative_files = true
Expand Down

0 comments on commit 54378a8

Please sign in to comment.