From 7e5f399ce962d38b562cda1c578a85e4ac2c7445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 3 May 2016 12:15:14 +0200 Subject: [PATCH] Renamed the pypi package from pillar-sdk to pillarsdk Now the package on pypi is named the same as the Python package, i.e. the package is stored in '{name}-blah.whl' and 'import {name}' works for the same name='pillarsdk'. --- .gitignore | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',