diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 12:20:18 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-29 12:20:18 +0200 |
commit | d555d0c247498afe97fdc37f20eb8481e432db60 (patch) | |
tree | 4a4f9315dfea90c6431e15a0db6f2af0d7832592 /pyproject.toml | |
parent | added readme for gpt4 module (diff) | |
download | gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar.gz gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar.bz2 gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar.lz gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar.xz gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.tar.zst gpt4free-d555d0c247498afe97fdc37f20eb8481e432db60.zip |
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 7c2244f5..83df5dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "openai-rev" version = "0.1.0" description = "" -authors = ["Raju Komati <komatiraju032@gmail.com>"] +authors = [] license = "GPL-3.0" readme = "README.md" packages = [{ include = "gpt4free" }] |