Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
benwandrew authored May 3, 2023
1 parent e6cc960 commit 09a0b8f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
{ name = "Chad C. Williams", email = "[email protected]" },
{ name = "Younes Strittmatter", email = "[email protected]" }
]
version = "0.1.0"
dynamic = ["version"]

readme = "README.md"
license = { text = "MIT License" }
Expand All @@ -28,5 +28,7 @@ repository = "https://github.com/AutoResearch/autora-experimentalist-inequality-
documentation = "https://autoresearch.github.io/autora/"

[build-system]
requires = ["setuptools"]
requires = ["setuptools", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 09a0b8f

Please sign in to comment.