mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-05 00:01:00 +00:00
fix tool.setuptools.packages.find
This commit is contained in:
parent
8cb80866b0
commit
fd82ab0a15
@ -13,8 +13,7 @@ requires-python = ">=3.10"
|
|||||||
dynamic = ["dependencies"]
|
dynamic = ["dependencies"]
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
exclude = ["**/*.txt", "/.v1/*"]
|
include = ["g4f*"]
|
||||||
include = ["g4f"]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
|
Loading…
Reference in New Issue
Block a user