1 Star 0 Fork 0

bbing/buffercache

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
bbing 提交于 2021-12-24 17:09 +08:00 . [fix] add setup build target
from setuptools import setup
import buffercache
with open("README.md", "r") as fp:
long_description = fp.read()
setup(name="buffercache",
version=buffercache.__version__,
author="bbing",
author_email="jack_cbc@163.com",
url="https://github.com/caibingcheng/buffercache",
description="a tool for data caching",
tests_require=["pytest", "pytest-cov"],
long_description=long_description,
long_description_content_type="text/markdown",
license="MIT",
py_modules=['buffercache'],
python_requires=">=3.0",
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caibingcheng/buffercache.git
git@gitee.com:caibingcheng/buffercache.git
caibingcheng
buffercache
buffercache
master

搜索帮助