You will find here the list of changes integrated in the tutorial after it was first given at the SciPy 2018 conference.
Changes are grouped in sections identified using YYYY-MM
representing
the year and month when the related changes were done.
The sections are ordered from most recent to the oldest.
Better handling data file in :ref:`setup_py_exercise_small_example_package` section
- Put package data in data directory.
- Reflect this change in the code.
- Add package_data to setup function.
This is the first set of changes incorporating the feedback from attendees.
- Add directory setup_example/capitalize discussed in :ref:`setup_py_exercise_small_example_package` section.
- Update Installing a wheel tutorial adding :ref:`Install a package from TestPyPI <install_wheel_from_testpypi>` section.