12 Star 11 Fork 0

Gitee 极速下载 / scylladb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/scylladb/scylla
克隆/下载
setup.py 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexys Jacob 提交于 2018-11-28 23:54 . setup.py: add python3 classifiers
from setuptools import find_packages, setup
setup(
name="scylla",
description='NoSQL data store using the seastar framework, compatible with Apache Cassandra',
url='https://github.com/scylladb/scylla',
download_url='https://github.com/scylladb/scylla/tags',
license='AGPL',
platforms='any',
packages=find_packages(),
include_package_data=True,
install_requires=[],
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
)
1
https://gitee.com/mirrors/scylladb.git
git@gitee.com:mirrors/scylladb.git
mirrors
scylladb
scylladb
master

搜索帮助