summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxtekky <98614666+xtekky@users.noreply.github.com>2023-07-08 18:58:03 +0200
committerGitHub <noreply@github.com>2023-07-08 18:58:03 +0200
commit2ba67852759e855a97860e05864535c31e32f799 (patch)
tree44bf74888af6377635939a3688bba5d654286865
parentMerge pull request #728 from enganese/patch-5 (diff)
parentfix tool.setuptools.packages.find (diff)
downloadgpt4free-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
-rw-r--r--pyproject.toml5
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"]}