Remove poetry #93019
@ -17,6 +17,12 @@ requires-python = "== 3.10.*"
|
||||
[tool.setuptools]
|
||||
packages = ["looper"]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."] # list of folders that contain the packages (["."] by default)
|
||||
include = ["looper"] # package names should match these glob patterns (["*"] by default)
|
||||
exclude = [] # exclude packages matching these glob patterns (empty by default)
|
||||
namespaces = false # to disable scanning PEP 420 namespaces (true by default)
|
||||
|
||||
[tool.black]
|
||||
line-length = 100
|
||||
skip_string_normalization = true
|
||||
|
Loading…
Reference in New Issue
Block a user