Skip to content Skip to sidebar Skip to footer
Showing posts with the label Updates

How To Move All Modules To New Version Of Python (from 3.6 To 3.7)

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)

How To Keep Data_files Between Package Updates?

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?