Skip to content

Commit 6caf047

Browse files
authored
Merge pull request #64 from jepler/fix-package-name
2 parents 0f89e52 + 8793f75 commit 6caf047

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pyproject.toml

Lines changed: 5 additions & 8 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",
@@ -30,17 +29,15 @@ keywords = [
3029
"arbitraryprecision",
3130
"math",
3231
]
33-
license = {text = "MIT"}
32+
license = "MIT"
3433
classifiers = [
3534
"Intended Audience :: Developers",
3635
"Topic :: Software Development :: Libraries",
3736
"Topic :: Software Development :: Embedded Systems",
3837
"Topic :: System :: Hardware",
39-
"License :: OSI Approved :: MIT License",
40-
"License :: OSI Approved :: Python Software Foundation License",
4138
"Programming Language :: Python :: 3",
4239
]
43-
dynamic = ["dependencies", "optional-dependencies"]
40+
dynamic = ["version", "dependencies", "optional-dependencies"]
4441

4542

4643
[tool.setuptools]

0 commit comments

Comments
 (0)