summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index ce09bd4..b7c07e9 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,6 @@ from setuptools import setup
import pkg_resources
VERSION = "0.58.0"
-NAME = "websocket_client"
install_requires = ["six"]
tests_require = []
@@ -60,7 +59,7 @@ except Exception:
install_requires.extend(value)
setup(
- name=NAME,
+ name="websocket-client",
version=VERSION,
description="WebSocket client for Python with low level API options",
long_description=open("README.md").read(),