We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1099 commit 990c4a7Copy full SHA for 990c4a7
pyproject.toml
@@ -8,6 +8,9 @@ build-backend = "setuptools.build_meta"
8
9
[tool.setuptools_scm]
10
11
+[project]
12
+name = "c8y_api"
13
+
14
[project.urls]
15
Homepage = "https://github.com/SoftwareAG/cumulocity-python-api"
16
Source = "https://github.com/SoftwareAG/cumulocity-python-api"
setup.cfg
@@ -15,7 +15,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
17
[options]
18
-python_requires = >=3.9
+python_requires = >=3.10
19
install_requires =
20
requests
21
python-dateutil
0 commit comments