diff --git a/src/OpenGeodeWeb-Back/LICENSE b/LICENSE similarity index 100% rename from src/OpenGeodeWeb-Back/LICENSE rename to LICENSE diff --git a/src/OpenGeodeWeb-Back/pyproject.toml b/pyproject.toml similarity index 76% rename from src/OpenGeodeWeb-Back/pyproject.toml rename to pyproject.toml index 4c36bf1..ebf5324 100644 --- a/src/OpenGeodeWeb-Back/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "hatchling.build" [project] name = "OpenGeodeWeb-Back" -version = "0.0.1" +version = "0.0.2" authors = [ { name="Geode-solutions", email="contact@geode-solutions.com" }, ] @@ -22,13 +22,3 @@ dynamic = ["dependencies"] [project.urls] "Homepage" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back" "Bug Tracker" = "https://github.com/Geode-solutions/OpenGeodeWeb-Back/issues" - - -[tool.setuptools.dynamic] -dependencies = {file = ["requirements.txt"]} - -[tool.semantic_release] -version_variable = "pyproject.toml:version" -version_source = "commit" -branch = "next" -prerelease_tag = "rc"