summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-07-17 02:12:49 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-07-17 02:12:49 +0200
commit6f4d1ca7bab3cf759ba32594419db2f10d2fddc4 (patch)
tree6424184f310055dd54d7b5682d7d03b5fcc34a58 /pyproject.toml
parentUpdate .gitignore (diff)
downloadgpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar.gz
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar.bz2
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar.lz
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar.xz
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.tar.zst
gpt4free-6f4d1ca7bab3cf759ba32594419db2f10d2fddc4.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml20
1 files changed, 0 insertions, 20 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 5ca5c4e2..00000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,20 +0,0 @@
-[build-system]
-requires = ["setuptools", "wheel"]
-build-backend = "setuptools.build_meta"
-
-[project]
-name = "gpt4free"
-version = "0.2.0"
-description = ""
-authors = []
-license = { text = "GPL-3.0" }
-readme = "README.md"
-requires-python = ">=3.10"
-dynamic = ["dependencies"]
-
-[tool.setuptools.packages.find]
-include = ["g4f*"]
-
-
-[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}