- read "READEME.rst", not "README" file
This commit is contained in:
2
setup.py
2
setup.py
@@ -7,7 +7,7 @@ setup(
|
|||||||
name="websocket-client",
|
name="websocket-client",
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="WebSocket client for python",
|
description="WebSocket client for python",
|
||||||
long_description=open("README").read(),
|
long_description=open("README.rst").read(),
|
||||||
author="liris",
|
author="liris",
|
||||||
author_email="liris.pp@gmail.com",
|
author_email="liris.pp@gmail.com",
|
||||||
license="LGPL",
|
license="LGPL",
|
||||||
|
Reference in New Issue
Block a user