项目打包setup.py(setuptools)

参考

https://www.cnblogs.com/dan-baishucaizi/p/13564333.html
https://www.cnblogs.com/dan-baishucaizi/p/14340712.html

项目打包所必须创建的文件

- [setup.py]
- [setup.cfg]
- [README.rst / README.md]
- [MANIFEST.in
- [LICENSE.txt]
- [<你的项目>]

上述文件编写,参考官网示例

https://github.com/pypa/sampleproject

参考

https://github.com/tox-dev/tox-ini-fmt

-------------------------------------------

个性签名:代码过万,键盘敲烂!!!

如果觉得这篇文章对你有小小的帮助的话,记得在右下角点个“推荐”哦,博主在此感谢!

原文地址:https://www.cnblogs.com/weiweivip666/p/14912098.html