Skip to content

Commit

Permalink
edit version field in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
wrguenthner committed Apr 21, 2024
1 parent 3cfa0b7 commit 1b7a12d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
[build-system]
requires = ["setuptools>=61.0", "wheel", "setuptools-git-versioning"]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

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

[project]
name = "pythermo"
dynamic = ["version"]
version = "0.1.3"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit 1b7a12d

Please sign in to comment.