最近学习python时遇到了需要把项目打包的问题。百度搜到的方法是使用setuptools,但是在使用过程中发现它提示了"SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 没想到setuptools已经被淘汰了,于是想 ...
最近学习python时遇到了需要把项目打包的问题。百度搜到的方法是使用setuptools,但是在使用过程中发现它提示了"SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. 没想到setuptools已经被淘汰了,于是想 ...