@@ -7,7 +7,7 @@ Instructions for submitting a new version of KADMOS to PyPi
- Adapt the [MANIFEST.in](MANIFEST.in) file (this file specifies what should be included in the distribution, by default only .py or .pyc files are included in the distribution). Normally you only need to adapt the included visualization packages here.
- Run the setup.bat file. This creates a wheel distribution in the [dist](dist) directory which should be installable with pip. Test this out.
- Run the release.bat file. This creates a wheel distribution in the [dist](dist) directory which should be installable with pip. Test this out.
- Remove intermediate distributions from the [dist](dist) directory (for example version '0.6dev').