Skip to content

Commit

Permalink
fix: python package
Browse files Browse the repository at this point in the history
  • Loading branch information
esoubiran-aneo committed Jan 17, 2023
1 parent d4c6dc1 commit 9c8384b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools",
"setuptools-scm",
requires = ["setuptools",
"setuptools-scm",
"wheel"]
build-backend = "setuptools.build_meta"

Expand All @@ -25,9 +25,9 @@ dynamic = ["version"]
"Bug Tracker" = "https://github.com/aneoconsulting/ArmoniK/issues"

[tool.setuptools_scm]
write_to = "Api/python/generated/_version.py"
write_to = "packages/python/generated/_version.py"
root="../.."
local_scheme = "no-local-version"

[tool.setuptools.packages.find]
where= ["generated"]
where= ["generated"]

0 comments on commit 9c8384b

Please sign in to comment.