Skip to content
Snippets Groups Projects
Commit d7cb0a4a authored by Lukas Müller's avatar Lukas Müller
Browse files

Changed hyperlink in the setup.py file and added instructions for submitting to PyPi

Former-commit-id: eb8bc9db54c34c8b77b8fe8006fbd557907242e9
parent ee237c03
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ setup(name='kadmos',
],
keywords='optimization agile multidisciplinary graph engineering',
url='https://bitbucket.org/imcovangent/kadmos',
download_url='https://bitbucket.org/imcovangent/kadmos/dist/'+version+'.tar.gzip',
download_url='https://bitbucket.org/imcovangent/kadmos/raw/master/dist/'+version+'.tar.gzip',
author='Imco van Gent',
author_email='i.vangent@tudelft.nl',
license='Apache Software License',
......
Instructions for submitting a new version of KADMOS to PyPi
===========================================================
- Adapt the version in the setup.py file (for versions that are published to PyPi it should be just something like '0.6', the next intermediate version which is not published would be '0.7dev'.
- Adapt the changelog in the [readme.md](readme.md) file.
- 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.
- Remove intermediate distributions from the [dist](dist) directory (for example version '0.6dev').
- Submit everything to the master branch of the Bitbucket repository.
- Run the submit.bat file for submitting everything to PyPi. You might want to register your PyPi credentials in the [.pypirc](https://docs.python.org/2/distutils/packageindex.html#pypirc) file first.
- Check that the new version is submitted by accessing [https://pypi.python.org/pypi/kadmos](https://pypi.python.org/pypi/kadmos).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment