代码拉取完成,页面将自动刷新
#!/usr/bin/env python
__author__ = 'A.Star'
from setuptools import find_packages
import astar_math
from astartool.setuptool import load_install_requires, setup
from astar_devopstool.common import Language, Plantform, License
setup(
name="astar-math",
version=astar_math.__version__,
description=(
'Python math'
),
long_description=open('readme.rst', encoding='utf-8').read(),
author='A.Star',
maintainer='A.Star',
license='Apache v2.0 License',
packages=find_packages(),
platforms=[Plantform.ALL.value],
url='https://gitee.com/hoops/astar-mathtool',
classifiers=[
'Operating System :: OS Independent',
'Intended Audience :: Developers',
License.APACHE.value,
'Programming Language :: Python',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Software Development :: Libraries'
],
install_requires=load_install_requires(),
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。