try to package...

This commit is contained in:
Daniel Tsvetkov 2020-03-18 11:49:15 +01:00
parent b5df6eca93
commit 62bb2b47fb
7 changed files with 2 additions and 7 deletions

View File

@ -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,
) )

View File

View File

@ -1,4 +0,0 @@
__all__ = [
"webapp",
"persistance",
]