Версия №1
This commit is contained in:
15
docker/container-files/bootstrap/setup.py
Normal file
15
docker/container-files/bootstrap/setup.py
Normal file
@ -0,0 +1,15 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='bootstrap',
|
||||
version='1.0.0',
|
||||
py_modules=['bootstrap'],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'click', 'termcolor', 'GitPython', 'python-crontab'
|
||||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
bootstrap=app.cli:cli
|
||||
''',
|
||||
)
|
Reference in New Issue
Block a user