同步操作将从 A.Star算法组/PencilDrawing_python3 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/usr/bin/env python# -*- coding: utf-8 -*-# @Time : 2018年3月4日 0004 下午 10:37# @Author : A.Star# @Site :# @contact : astar@snowland.ltd# @File : setup.py# @Software: PyCharmfrom setuptools import setup, find_packagesfrom pencildraw import __version__from astartool.setuptool import load_install_requiressetup(name='snowland-pencildraw',version=__version__,description=('pencils/pencil draw'),long_description=open('README.rst').read(),author='A.Star',author_email='astar@snowland.ltd',maintainer='A.Star',maintainer_email='astar@snowland.ltd',license='BSD License',include_package_data=True,packages=find_packages(),package_data={'pencildraw/pencils': ['pencildraw/pencils/*.png', 'pencildraw/pencils/*.jpg']},platforms=["all"],url='https://gitee.com/hoops/PencilDrawing_python3',classifiers=['Development Status :: 4 - Beta','Operating System :: OS Independent','Intended Audience :: Developers','License :: OSI Approved :: BSD License','Programming Language :: Python','Programming Language :: Python :: Implementation','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())
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。