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
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Cheong authored Dec 11, 2022
1 parent 5c282aa commit 1bcc726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

setup(
name="revChatGPT",
version="0.0.37",
version="0.0.37.1",
license="GNU General Public License v2.0",
author="Antonio Cheong",
author_email="[email protected]",
description="ChatGPT is a reverse engineering of OpenAI's ChatGPT API",
packages=find_packages("src"),
package_dir={"": "src"},
py_modules=["revChatGPT", "asyncChatGPT"],
py_modules=["revChatGPT"],
url="https://github.com/acheong08/ChatGPT",
install_requires=[
"requests",
Expand Down

0 comments on commit 1bcc726

Please sign in to comment.