Update pyproject.toml

fix building
This commit is contained in:
Valentin Boettcher 2023-03-31 15:02:20 -04:00 committed by GitHub
parent 7d735091de
commit f762a926cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ classifiers = [
]
repository = "https://github.com/cimatosa/stocproc"
build = 'build.py'
generate-setup-file = true
[tool.poetry.dependencies]
python = ">=3.9,<3.11"