1 Star 0 Fork 36

zhangsongfu/PackOne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
excelwang 提交于 2019-07-07 18:04 . bump version
from setuptools import setup, find_packages
setup(
name = "pk1",
version = "0.1.3",
keywords = ("pip", "packone"),
description = "PackOne: Pack clouds, engines and data services into one light stack.",
long_description = open('README.rst').read(),
license = "Apache-2.0 Licence",
url = "https://github.com/cas-bigdatalab/packone",
author = "Excel Wang",
author_email = "wanghj@cnic.com",
packages = find_packages(exclude=['*.migrations']),
include_package_data = True,
classifiers=[
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
install_requires = ['django>=2.2','uwsgi','ambari','django-admin-auto','djangorestframework','djangorestframework-simplejwt', 'django-filter', 'psycopg2-binary', 'coreapi', 'paramiko', 'scp', 'django-cors-headers==2.4.0', 'python-novaclient', 'python-cinderclient', 'django-autocomplete-light'],
entry_points = {
'console_scripts': [
'pk1 = pk1.server:main',
]
}
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/dandingboshi/packone.git
git@gitee.com:dandingboshi/packone.git
dandingboshi
packone
PackOne
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385