Skip to content

Commit

Permalink
Use static versioning for now
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-hoover committed Jun 13, 2024
1 parent ca6fc67 commit fb58c58
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[project]
name = "ps-dist"
license = {file = "LICENSE"}
readme = "README.md"
authors = [
{name = "Austin Hoover", email = "[email protected]"}
{name = "Austin Hoover"}
]
dynamic = ["version"]
license = {file = "LICENSE"}
readme = "README.md"
version = "1.0.0"
requires-python = ">=3.10"
dependencies = [
"h5py",
Expand All @@ -18,7 +18,7 @@ dependencies = [
]

[project.urls]
"Source Code" = "https://github.com/austin-hoover/ps-dist"
Repository = "https://github.com/austin-hoover/ps-dist"

[build-system]
requires = [
Expand All @@ -27,14 +27,4 @@ requires = [
]
build-backend = "setuptools.build_meta"

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

[tool.pytest.ini_options]
testpaths = [
"tests",
]

[tool.black]
line-length = 110
target-version = ["py39"]
[tool.setuptools_scm]

0 comments on commit fb58c58

Please sign in to comment.