try to package...

This commit is contained in:
Daniel Tsvetkov 2020-03-18 12:06:11 +01:00
parent 62bb2b47fb
commit b84c3af4ae
6 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
venv venv
*.pyc *.pyc
data/db.sqlite data/db.sqlite
__pycache__ __pycache__
oshipka.egg-info

View File

@ -17,7 +17,7 @@ def gen_from_file():
setup(name='oshipka', setup(name='oshipka',
version='0.2', version='0.3',
description='oshipka', description='oshipka',
url='http://gitlab.com/pisquared/oshipka', url='http://gitlab.com/pisquared/oshipka',
author='Daniel Tsvetkov', author='Daniel Tsvetkov',