-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I was testing something, and noticed the pyproject.toml is invalid:
Lines 33 to 37 in 6d67a02
| packages = [ | |
| { include = "src/_numtype" }, | |
| { include = "src/numpy-stubs" }, | |
| { include = "src/numtype" }, | |
| ] |
Only properties specified in https://packaging.python.org/en/latest/specifications/pyproject-toml/#pyproject-toml-spec are allowed in pyproject.toml. Custom values must be specified under tool.*.
jorenham