Merge pull request #732 from MIDORIBIN/prepare_pip_install

Enabled direct pip install from Git.
This commit is contained in:
xtekky 2023-07-08 18:58:03 +02:00 committed by GitHub
commit 2ba6785275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,8 +13,7 @@ requires-python = ">=3.10"
dynamic = ["dependencies"]
[tool.setuptools.packages.find]
exclude = ["**/*.txt", "/.v1/*"]
include = ["g4f"]
include = ["g4f*"]
[tool.setuptools.dynamic]