Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Aug 22, 2024
1 parent 5b983dc commit 9794658
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8", "setuptools-git-versioning"]
requires = ["setuptools>=64", "setuptools_scm[toml]>=8", "setuptools-git-versioning<2"]
build-backend = "setuptools.build_meta"

[tool.setuptools-git-versioning]
enabled = true

[project]
name = "scope"

authors = [
{name = "Arjun Savel", email = "[email protected]"},
{name= "Megan Bedell"},
Expand All @@ -18,7 +14,6 @@ authors = [
{name= "Jorge A. Sanchez"},
{name= "Michael R. Line"},
]

description = "Simulating high-resolution spectroscopy of exoplanet atmospheres."
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -51,11 +46,16 @@ dependencies = [
"pymc>=4",
"schwimmbad",
]

dynamic = ["version"]

[tool.setuptools_scm]
write_to = "scope/_version.py"

[tool.setuptools-git-versioning]
enabled = true
template = "{tag}"
dev_template = "{tag}.post{ccount}+git.{sha}"
dirty_template = "{tag}.post{ccount}+git.{sha}.dirty"

[project.urls]
Homepage = "https://github.com/arjunsavel/scope"
Expand Down

0 comments on commit 9794658

Please sign in to comment.