diff --git a/.gitignore b/.gitignore index 5b8a717..70d1a40 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ session.shelve* /dist /build -/src/story.egg-info +/src/story_python.egg-info diff --git a/setup.py b/setup.py index 720c23d..affe2cf 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools setuptools.setup( - name = "story", + name = "story_python", version = "0.1.0", author = "Hive Solutions Lda.", author_email = "development@hive.pt",