1 Star 0 Fork 0

liang1024/datedays

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 729 Bytes
一键复制 编辑 原始数据 按行查看 历史
liang1024 提交于 2023-08-18 15:42 +08:00 . update cookie_difference
import setuptools
requires = [
"openpyxl>=3.0.10",
"xlrd>=2.0.1",
"pycryptodomex>=3.15.0",
"python-dateutil>=2.8.2",
]
with open("README-EN.md", "r") as f:
readme = f.read()
setuptools.setup(
name="datedays",
version="2.2.8",
author="JiuLiang",
author_email="jiuliange@foxmail.com",
description="Python Date Tools",
long_description=readme,
long_description_content_type="text/markdown",
url="https://github.com/liang1024/datedays",
packages=setuptools.find_packages(),
install_requires=requires,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lzge/datedays.git
git@gitee.com:lzge/datedays.git
lzge
datedays
datedays
main

搜索帮助