Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Update setup.py (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
linhandev authored Feb 25, 2023
1 parent 0c5a60a commit 14b14e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
description="ChatGPT is a reverse engineering of OpenAI's ChatGPT API",
packages=find_packages("src"),
package_dir={"": "src"},
py_modules=["Unofficial", "V2", "V1"],
py_modules=["Unofficial", "V2", "V1", "V0"],
url="https://github.com/acheong08/ChatGPT",
install_requires=[
"OpenAIAuth==0.3.2",
Expand Down

0 comments on commit 14b14e3

Please sign in to comment.