summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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"]}