correct typo

This commit is contained in:
Guille Gutierrez 2023-07-18 10:01:15 -04:00
parent 334288ed87
commit 61b9780140
2 changed files with 8 additions and 0 deletions

8
pyproject.toml Normal file
View File

@ -0,0 +1,8 @@
# pyproject.toml
[build-system]
requires = ["setuptools>=61.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[options.packages.find_namespace]
where = "costs"

View File