From d35de8260eca1f30516e27b6cf4c88422e85d934 Mon Sep 17 00:00:00 2001 From: Andrei Date: Fri, 7 Oct 2016 04:21:29 -0500 Subject: [PATCH] Temporarily rename to disco-py on pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bef96b4..7750612 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('README.md') as f: readme = f.read() setup( - name='disco', + name='disco-py', author='b1nzy', url='https://github.com/b1naryth1ef/disco', version=VERSION,