diff --git a/.gitignore b/.gitignore index 84b9afe..990d0a1 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,4 @@ MANIFEST /.coverage /.cache/ /.tox/ -/pillar_sdk.egg-info/ +/pillarsdk.egg-info/ diff --git a/setup.py b/setup.py index b1e07a0..65197e7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ The Pillar REST SDK provides Python APIs to communicate to the Pillar webservice """ setup( - name='pillar-sdk', + name='pillarsdk', version='0.0.1', author='Francesco Siddi, PayPal', author_email='francesco@blender.org',