66requires = [
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"
1414description = " Reduced version of the decimal library for CircuitPython"
15- version = " 0.0.0+auto.0"
1615readme = " README.rst"
1716authors = [
18- {name = " Jeff Epler" , email = " jepler@gmail.com " }
17+ {name = " Jeff Epler" , email = " jepler@unpythonic.net " }
1918]
2019urls = { 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"
3433classifiers = [
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