diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:12:49 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-17 02:12:49 +0200 |
commit | 6f4d1ca7bab3cf759ba32594419db2f10d2fddc4 (patch) | |
tree | 6424184f310055dd54d7b5682d7d03b5fcc34a58 /pyproject.toml | |
parent | Update .gitignore (diff) | |
download | gpt4free-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 '')
-rw-r--r-- | pyproject.toml | 20 |
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"]} |