1 Star 0 Fork 0

浅醉樱花雨/edata

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 669 Bytes
一键复制 编辑 原始数据 按行查看 历史
浅醉樱花雨 提交于 2021-04-10 15:16 . init
from setuptools import setup
with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()
setup(
name="edata",
version="0.0.1",
keywords=["pip", "edata"],
description="edata means 'easy data', is a wrapper of csv, xlrd, xlwt, pylightxl",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT Licence",
url="https://gitee.com/lixkhao/edata",
author="Li Xiangkui",
author_email="[email protected]",
py_modules=['edata'],
# packages=find_packages(),
# include_package_data=True,
platforms="any",
install_requires=['pylightxl', 'xlrd', 'xlwt']
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lixkhao/edata.git
[email protected]:lixkhao/edata.git
lixkhao
edata
edata
master

搜索帮助