代码拉取完成,页面将自动刷新
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Author : 深圳星河软通科技有限公司 A.Star
# @contact: astar@snowland.ltd
# @site: www.astar.ltd
# @file: setup.py
# @time: 2018/9/8 1:31
# @Software: PyCharm
from setuptools import setup, find_packages
from apihelper import __version__
from astartool.setuptool import load_install_requires
setup(
name='astar-als',
version=__version__,
description=(
'als for python'
),
long_description=open('description.rst', encoding='utf8').read(),
author='A.Star',
author_email='astar@snowland.ltd',
maintainer='A.Star',
maintainer_email='astar@snowland.ltd',
license='Apache v2.0',
packages=find_packages(),
platforms=["all"],
url='http://astar.ltd:10010/algorithm/astar-quantizationstrategy-python',
classifiers=[
'Operating System :: OS Independent',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: Implementation',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Libraries'
],
install_requires=load_install_requires()
)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。