Minor changes in pyproject.toml and tox.ini
Change-Id: I63451168d2cc3170f2b0d469775c3c54dded9313
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/pyproject.toml b/pyproject.toml
index 55361e6..58bf756 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -16,7 +16,7 @@
build-backend = "setuptools.build_meta"
[project]
-name = "osm_common"
+name = "osm-common"
description = "OSM common utilities"
readme = "README.rst"
authors = [
@@ -25,8 +25,9 @@
maintainers = [
{name = "ETSI OSM", email = "osmsupport@etsi.com"}
]
-license = "Apache-2.0"
+license = { text = "Apache-2.0" }
dynamic = ["dependencies", "version"]
+requires-python = ">= 3.10"
[tool.setuptools_scm]
write_to = "src/osm_common/_version.py"