From 6f4d1ca7bab3cf759ba32594419db2f10d2fddc4 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Mon, 17 Jul 2023 01:12:49 +0100 Subject: pypi package (pip install `g4f`) --- pyproject.toml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pyproject.toml (limited to 'pyproject.toml') 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"]} -- cgit v1.2.3