Ai
1 Star 0 Fork 0

避堇/Easy Logger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyuehua 提交于 2021-07-14 09:14 +08:00 . setup
from setuptools import setup, find_packages
setup(
name = "easylog",
version = "1.0.0",
keywords = ("pip", "log","logger", "easy"),
description = "Fully functional easy logger",
long_description = "time and path tool",
license = "MIT Licence",
url = "https://gitee.com/sliverplus/easylog",
author = "bijin",
author_email = "me@bijin.com",
packages = find_packages(),
include_package_data = True,
platforms = "any",
install_requires = []
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sliverplus/easylog.git
git@gitee.com:sliverplus/easylog.git
sliverplus
easylog
Easy Logger
master

搜索帮助