提交 07fa1f4d 编写于 作者: C custa

'import xxx' instead of 'from xxx import yyy'

上级 7b481121
"""
setup about building of pactch tracking
"""
from setuptools import setup, find_packages
import setuptools
setup(
setuptools.setup(
name='patch-tracking',
version='1.0.0',
packages=find_packages(),
packages=setuptools.find_packages(),
url='https://openeuler.org/zh/',
license='Mulan PSL v2',
author='ChenYanpan',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册