summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorengn33r <engn33r@users.noreply.github.com>2021-03-03 22:58:49 -0500
committerengn33r <engn33r@users.noreply.github.com>2021-03-03 22:58:49 -0500
commitc36efd01cd408c0cfe909e8ab2927083e401cef2 (patch)
tree4f9b703344d6a8a4ba0da336c9be7a31c258d237
parentbf1b7675c842e2a7a8ea4167216d16b18fee7f56 (diff)
downloadwebsocket-client-c36efd01cd408c0cfe909e8ab2927083e401cef2.tar.gz
Fix #482
-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(),