Skip to content

Commit

Permalink
move python project toml to python directory (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Aug 7, 2024
1 parent 6d92430 commit 7dae0d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
7 changes: 6 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,12 @@
"gradle-semantic-release-plugin",
"@semantic-release/github",
"@semantic-release/npm",
"semantic-release-pypi"
[
"semantic-release-pypi",
{
"srcDir": "python"
}
]
],
"includeSymbols": true,
"includeSource": true,
Expand Down
12 changes: 0 additions & 12 deletions pyproject.toml → python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,3 @@ dependencies = [
Documentation = "https://github.com/open-meteo/sdk/tree/main#readme"
Source = "https://github.com/open-meteo/sdk"
Tracker = "https://github.com/open-meteo/sdk/issues"

[tool.flit.module]
name = "openmeteo_sdk"

[tool.hatch.version]
path = "python/openmeteo_sdk/__init__.py"

[tool.hatch.build.targets.sdist]
packages = ["python/openmeteo_sdk"]

[tool.hatch.build.targets.wheel]
packages = ["python/openmeteo_sdk"]

0 comments on commit 7dae0d5

Please sign in to comment.