From 39aa90a49c92a6a9bb917be73eefbc84c206550a Mon Sep 17 00:00:00 2001 From: Ryan Carey Date: Tue, 7 Jan 2014 11:33:18 -0500 Subject: [PATCH] remove caps from product name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 698fc21..e52a1a2 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup setup( - name='DXSkytap', + name='dxskytap', author='DataXu', author_email='rcarey@dataxu.com', description='DataXu Utilities for Skytap',