diff --git a/setup.py b/setup.py index efc0245..29a33d0 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ from setuptools import setup + setup( name="cointiger-sdk", version="0.1.2", @@ -15,4 +16,4 @@ "websocket-client", ], zip_safe=False -) \ No newline at end of file +)