Last time we learned how to create modules and packages. Today we’re going to take the package we created and use Python’s distutils to create a couple different ways to distribute our code. In this tutorial, we’ll be learning the following:
- How to create a setup.py file
- How to create a source distribution
- How to create a Windows distribution
Let’s get started! Continue reading Python 201: An Intro to distutils