oyeahz-test 0.0.6

Creator: railscoder56

Last updated:

Add to Cart

Description:

oyeahztest 0.0.6

oyeahz_test
##简介
组件发布测试
##配置项目
###步骤1
1、创建一个目录,作为发布项目的名称,即你的包名
2、目录里创建一个py文件 __init__.py,内容name = "your pkg name"
3、目录里创建对外输出的python文件
4、拷贝一份setup.py文件,并修改关键参数
1、name就是模块名
2、version就是版本号
3、packages数组填模块名

####步骤2
1.python3 -m pip install setuptools wheel twine
2.python setup.py sdist bdist_wheel
3.如果报错 pip3 install wheel , pip3 install twine
4.python3 -m twine upload dist/*

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.