diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-07-08 18:58:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 18:58:03 +0200 |
commit | 2ba67852759e855a97860e05864535c31e32f799 (patch) | |
tree | 44bf74888af6377635939a3688bba5d654286865 | |
parent | Merge pull request #728 from enganese/patch-5 (diff) | |
parent | fix tool.setuptools.packages.find (diff) | |
download | gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar.gz gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar.bz2 gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar.lz gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar.xz gpt4free-2ba67852759e855a97860e05864535c31e32f799.tar.zst gpt4free-2ba67852759e855a97860e05864535c31e32f799.zip |
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml index 10718ffa..5ca5c4e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]}
\ No newline at end of file +dependencies = {file = ["requirements.txt"]} |