Skip to content

Commit 990c4a7

Browse files
committed
Fixed toml build.
1 parent 70d1099 commit 990c4a7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ build-backend = "setuptools.build_meta"
88

99
[tool.setuptools_scm]
1010

11+
[project]
12+
name = "c8y_api"
13+
1114
[project.urls]
1215
Homepage = "https://github.com/SoftwareAG/cumulocity-python-api"
1316
Source = "https://github.com/SoftwareAG/cumulocity-python-api"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ long_description = file: README.md
1515
long_description_content_type = text/markdown
1616

1717
[options]
18-
python_requires = >=3.9
18+
python_requires = >=3.10
1919
install_requires =
2020
requests
2121
python-dateutil

0 commit comments

Comments
 (0)