Antonio Cheong commited on
Commit
d2d6b76
·
1 Parent(s): a5331e3

Export module

Browse files
Files changed (1) hide show
  1. setup.py +1 -0
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
  )