Merge pull request #732 from MIDORIBIN/prepare_pip_install

Enabled direct pip install from Git.
pull/736/head
xtekky 1 year ago committed by GitHub
commit 2ba6785275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save