Skip to content

Commit 7ce8e92

Browse files
fix forcefield name (#47)
* fix forcefield name * change versioning method in toml file --------- Co-authored-by: chrisjonesBSU <[email protected]>
1 parent a23b12a commit 7ce8e92

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

pyproject.toml

+3-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2", "versioningit"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "focefield_utilities"
6+
name = "forcefield_utilities"
77
description = "XML conversion utilities for MoSDeF forcefields."
88
readme = "README.md"
99
authors = [
@@ -39,15 +39,5 @@ license-files = ["LICENSE"]
3939
[tool.setuptools.packages]
4040
find = {namespaces = false}
4141

42-
[tool.versioningit]
43-
default-version = "1+unknown"
44-
45-
[tool.versioningit.format]
46-
distance = "{base_version}+{distance}.{vcs}{rev}"
47-
dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
48-
distance-dirty = "{base_version}+{distance}.{vcs}{rev}.dirty"
49-
50-
[tool.versioningit.vcs]
51-
method = "git"
52-
match = ["*"]
53-
default-tag = "0.0.0"
42+
[tool.setuptools.dynamic]
43+
version = {attr = "forcefield_utilities.__version__"}

0 commit comments

Comments
 (0)