Remove poetry #93019
@ -118,12 +118,12 @@ requires = ["setuptools>=61"]
|
|||||||
build-backend = "setuptools.build_meta"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["looper"]
|
||||||
include = ["looper*"]
|
include = ["looper*"]
|
||||||
exclude = ["looper_example_project", "example_app"]
|
exclude = ["looper_example_project", "example_app"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
[tool.setuptools.package-data]
|
||||||
looper = ["*"]
|
looper = ["*.*"]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
Loading…
Reference in New Issue
Block a user