Skip to content

Commit

Permalink
versioningit invoked when package is installed
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Borreguero <[email protected]>
  • Loading branch information
jmborr committed Jul 26, 2024
1 parent c7dcce9 commit 5d09c66
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ dependencies = [
"mantid"
]

# versioningit will generate file _version.py when installing this package, even if installing from sources
[build-system]
requires = [
"setuptools >= 40.6.0",
"wheel",
"toml",
"versioningit"
]
build-backend = "setuptools.build_meta"

[project.optional-dependencies]
tests = [
"pytest"
Expand Down

0 comments on commit 5d09c66

Please sign in to comment.