代码拉取完成,页面将自动刷新
#-*- encoding: UTF-8 -*-
from setuptools import setup
with open('README.md', 'r', encoding='utf-8') as file:
long_description = file.read()
VERSION = '1.1.3'
setup(name='model-log',
version=VERSION,
description="test description",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
keywords='python,machine-learning,deep-learning,metric,loss',
author='mantch',
author_email='mantchs@163.com',
url='https://github.com/NLP-LOVE/Model_Log',
license='Apache License 2.0',
packages=['model_log'],
include_package_data=True,
zip_safe=True,
install_requires=[
'flask >= 0.11'
],
entry_points={
'console_scripts':[
'model-log = model_log.modellog_web:main'
]
}
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。