Adding the setup script
The final step before you can install your package impyrial
is to write the setup.py
file.
In this exercise, you'll write this file, including all the metadata for your package.
P.S. If you look into the impyrial
source code, you'll see a new subpackage has been added to convert weights.
This exercise is part of the course
Developing Python Packages
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
