Antonio Cheong
commited on
Commit
·
d2d6b76
1
Parent(s):
a5331e3
Export module
Browse files
setup.py
CHANGED
@@ -14,4 +14,5 @@ setup(
|
|
14 |
install_requires=["asyncio", "requests", "websockets"],
|
15 |
long_description=open("README.md", encoding="utf-8").read(),
|
16 |
long_description_content_type="text/markdown",
|
|
|
17 |
)
|
|
|
14 |
install_requires=["asyncio", "requests", "websockets"],
|
15 |
long_description=open("README.md", encoding="utf-8").read(),
|
16 |
long_description_content_type="text/markdown",
|
17 |
+
py_modules=["BingGPT"],
|
18 |
)
|