Skip to content

Commit 774acdf

Browse files
committed
pyproject: correct package name, use dynamic versioning
1 parent e5a3a6e commit 774acdf

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
requires = [
77
"setuptools",
88
"wheel",
9-
"setuptools-scm",
9+
"setuptools_scm[toml]>=6.0",
1010
]
1111

1212
[project]
13-
name = "circuitpython-jepler-udecimal"
13+
name = "jepler-circuitpython-udecimal"
1414
description = "Reduced version of the decimal library for CircuitPython"
15-
version = "0.0.0+auto.0"
1615
readme = "README.rst"
1716
authors = [
18-
{name = "Jeff Epler", email = "jepler@gmail.com"}
17+
{name = "Jeff Epler", email = "jepler@unpythonic.net"}
1918
]
2019
urls = { Source = "https://github.com/jepler/Jepler_CircuitPython_udecimal", Documentation = "https://jepler-udecimal.readthedocs.io/en/latest/api/jepler_udecimal/index.html", Tracker = "https://github.com/jepler/Jepler_CircuitPython_udecimal/issues" }
2120
# "Pull Requests" = "https://github.com/jepler/Jepler_CircuitPython_udecimal/pulls",
@@ -40,7 +39,7 @@ classifiers = [
4039
"License :: OSI Approved :: Python Software Foundation License",
4140
"Programming Language :: Python :: 3",
4241
]
43-
dynamic = ["dependencies", "optional-dependencies"]
42+
dynamic = ["version", "dependencies", "optional-dependencies"]
4443

4544

4645
[tool.setuptools]

0 commit comments

Comments
 (0)