diff --git a/.gitignore b/.gitignore index 6c40623..db1dc02 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ venv *.pyc data/db.sqlite -__pycache__ \ No newline at end of file +__pycache__ +oshipka.egg-info \ No newline at end of file diff --git a/oshipka.py b/oshipka/__init__.py similarity index 100% rename from oshipka.py rename to oshipka/__init__.py diff --git a/persistance/__init__.py b/oshipka/persistance/__init__.py similarity index 100% rename from persistance/__init__.py rename to oshipka/persistance/__init__.py diff --git a/persistance/populate.py b/oshipka/persistance/populate.py similarity index 100% rename from persistance/populate.py rename to oshipka/persistance/populate.py diff --git a/webapp/__init__.py b/oshipka/webapp/__init__.py similarity index 100% rename from webapp/__init__.py rename to oshipka/webapp/__init__.py diff --git a/setup.py b/setup.py index 5d27f4f..ea3f8dd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def gen_from_file(): setup(name='oshipka', - version='0.2', + version='0.3', description='oshipka', url='http://gitlab.com/pisquared/oshipka', author='Daniel Tsvetkov',