Package Python Python Module Updates How To Move All Modules To New Version Of Python (from 3.6 To 3.7) June 09, 2024 Post a Comment I just upgraded to python 3.7 and I realized that all my modules stuck with the previous version. E… Read more How To Move All Modules To New Version Of Python (from 3.6 To 3.7)
Installation Pip Python Setuptools Updates How To Keep Data_files Between Package Updates? March 18, 2024 Post a Comment I'm using the data_files argument of setuptools.setup() to install config files to /etc and the… Read more How To Keep Data_files Between Package Updates?