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

Updated submit and release notes

Former-commit-id: 27bcb00a7b06ba6c4cec535111c8d61fd16e7ca7
parent bcd5666d
No related branches found
No related tags found
No related merge requests found
Pipeline #192717 canceled
......@@ -25,6 +25,10 @@ The repository is structured as follows:
contains the main code for KADMOS
- cmdows
contains tools for interacting with CMDOWS files
- external
contains mainly third party scripts used at various parts in the code
......@@ -45,9 +49,9 @@ The repository is structured as follows:
contains several helper functions
- rce
- vispack
contains code for interfacing with [RCE](http://rcenvironment.de/)
contains source files for the VISTOMS visualizations
- license.md
......
File moved
[metadata]
description-file = README.md
\ No newline at end of file
description-file = readme.md
\ No newline at end of file
......@@ -5,7 +5,7 @@ version = '0.6dev'
def readme():
with open('README.md') as f:
with open('readme.md') as f:
return f.read()
......
......@@ -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').
......
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