fix build

This commit is contained in:
Valentin Boettcher 2023-03-31 15:18:06 -04:00 committed by GitHub
parent f762a926cf
commit f6f9d80131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,9 @@ classifiers = [
"Intended Audience :: Researcher"
]
repository = "https://github.com/cimatosa/stocproc"
build = 'build.py'
[tool.poetry.build]
script = "build.py"
generate-setup-file = true
[tool.poetry.dependencies]