代码拉取完成,页面将自动刷新
from __future__ import print_function
from setuptools import setup, find_packages
import sys
setup(
name="structured_log_json",
version="0.1.0",
author="Qiao.putty", #作者名字
author_email="qiaowei0077@126.com",
description="Python structured event expression in json log.",
license="LICENSE",
url="", #github地址或其他地址
packages=find_packages(),
include_package_data=True,
classifiers=[
"Development Status :: 3 - Alpha",
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Natural Language :: Chinese (Simplified)',
'Operating System :: MacOS',
'Operating System :: Microsoft',
'Operating System :: POSIX',
'Operating System :: Unix',
'Topic :: System :: Logging',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12'
],
python_requires = '>=3.6.*',
platforms = 'any',
install_requires=[
#所需要包的版本号
],
zip_safe=True,
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。