gpt4free/pyproject.toml

21 lines
398 B
TOML
Raw Normal View History

[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]
2023-07-08 04:14:11 +03:00
include = ["g4f*"]
[tool.setuptools.dynamic]
2023-07-08 04:14:11 +03:00
dependencies = {file = ["requirements.txt"]}