1 Star 0 Fork 1

tz-py / tzutil

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
dev@xvc.com 提交于 2020-05-15 15:11 . init
from setuptools import setup
setup(
name='tzutil',
version="0.4.4",
description="Some common use functions",
author="Lerry",
author_email="zsp042@gmail.com",
packages = ['tzutil'],
zip_safe=False,
include_package_data=True,
install_requires = [
],
url = "https://gitee.com/tz-py/tzutil",
)
Python
1
https://gitee.com/tz-py/tzutil.git
git@gitee.com:tz-py/tzutil.git
tz-py
tzutil
tzutil
master

搜索帮助