Remove poetry #93019

Merged
Anna Sirota merged 27 commits from remove-poetry into main 2024-07-01 17:03:21 +02:00
Showing only changes of commit 1c34e28a55 - Show all commits

View File

@ -119,7 +119,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["looper"] # alternatively: `exclude = ["additional*"]`
exclude = ["looper_example_project", "example_app"] # alternatively: `exclude = ["additional*"]`
namespaces = false # Disable implicit namespaces
[tool.black]