try to package...
This commit is contained in:
parent
b5df6eca93
commit
62bb2b47fb
5
setup.py
5
setup.py
@ -17,13 +17,12 @@ def gen_from_file():
|
|||||||
|
|
||||||
|
|
||||||
setup(name='oshipka',
|
setup(name='oshipka',
|
||||||
version='0.1',
|
version='0.2',
|
||||||
description='oshipka',
|
description='oshipka',
|
||||||
url='http://gitlab.com/pisquared/oshipka',
|
url='http://gitlab.com/pisquared/oshipka',
|
||||||
author='Flying Circus',
|
author='Daniel Tsvetkov',
|
||||||
install_requires=gen_from_file(),
|
install_requires=gen_from_file(),
|
||||||
author_email='',
|
author_email='',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
zip_safe=False,
|
|
||||||
)
|
)
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
__all__ = [
|
|
||||||
"webapp",
|
|
||||||
"persistance",
|
|
||||||
]
|
|
Loading…
Reference in New Issue
Block a user