try to package...
This commit is contained in:
parent
62bb2b47fb
commit
b84c3af4ae
3
.gitignore
vendored
3
.gitignore
vendored
@ -2,4 +2,5 @@
|
|||||||
venv
|
venv
|
||||||
*.pyc
|
*.pyc
|
||||||
data/db.sqlite
|
data/db.sqlite
|
||||||
__pycache__
|
__pycache__
|
||||||
|
oshipka.egg-info
|
2
setup.py
2
setup.py
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user