28 Star 126 Fork 35

科学大数据开源社区 / PackOne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2019-09-09 11:19 . bump pip version
from setuptools import setup, find_packages
setup(
name = "pk1",
version = "0.3.0",
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','uwsgi','ambari','django-admin-auto','djangorestframework','djangorestframework-simplejwt','django-simpleui', 'django-filter', 'psycopg2-binary', 'coreapi', 'paramiko', 'scp', 'django-cors-headers==2.4.0', 'python-novaclient', 'python-cinderclient', 'python-glanceclient', 'django-autocomplete-light'],
entry_points = {
'console_scripts': [
'pk1 = pk1.server:main',
]
}
)
Python
1
https://gitee.com/opensci/packone.git
git@gitee.com:opensci/packone.git
opensci
packone
PackOne
master

搜索帮助