Ai
1 Star 0 Fork 1

Caesar/monitors

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Caesar 提交于 2020-07-12 13:39 +08:00 . Compatible with Mac and Linux
#!/usr/bin/env python
# -*- coding:utf-8 -*-
from setuptools import setup, find_packages
with open('README.md', encoding='utf-8') as f:
long_description = f.read()
setup(
name="monitors",
version="1.0.1",
keywords=["pip", "monitors", "process monitor", "system monitor"],
description="grabbing buried points",
long_description=long_description,
long_description_content_type='text/markdown',
license="MIT Licence",
url="https://github.com/Pactortester/monitors",
author="lijiawei",
author_email="1456470136@qq.com",
classifiers=[
"License :: OSI Approved :: MIT License",
"Development Status :: 5 - Production/Stable",
"Environment :: Console :: Curses",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: System :: Networking :: Monitoring",
"Topic :: Software Development :: Testing",
"Typing :: Typed",
],
packages=find_packages(),
include_package_data=True,
platforms="any",
install_requires=["psutil"]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/pactortester/monitors.git
git@gitee.com:pactortester/monitors.git
pactortester
monitors
monitors
master

搜索帮助