From 72dc806a8a54e7fbb675acc9fd49446124ac4037 Mon Sep 17 00:00:00 2001 From: joamag Date: Mon, 18 Apr 2016 15:41:48 +0100 Subject: [PATCH] new naming --- .gitignore | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",