Skip to content
Snippets Groups Projects
Commit c1218335 authored by imcovangent's avatar imcovangent
Browse files

Update for pypi distribution

Former-commit-id: 54337b8ca86b470ede29d89045b243d4b63243f5
parent 2d8bab3c
No related branches found
No related tags found
No related merge requests found
File deleted
f4a5fca5e2227152fb5f20756834785f44d96872
\ No newline at end of file
No preview for this file type
No preview for this file type
This diff is collapsed.
This diff is collapsed.
No preview for this file type
......@@ -73,11 +73,6 @@
<td>&#160;&#160;&#160;
<a href="KADMOS.html#module-kadmos.utilities.printing"><code class="xref">kadmos.utilities.printing</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="KADMOS.html#module-kadmos.utilities.strings"><code class="xref">kadmos.utilities.strings</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
......
This diff is collapsed.
__version__ = "0.7.5"
......@@ -34,7 +34,7 @@ setup(name='kadmos',
'flask',
'matplotlib',
'matlab',
'networkx',
'networkx>=2.0',
'numpy',
'progressbar2'
],
......
......@@ -3,6 +3,8 @@ 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 version in the __init__.py file
- 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.
......
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