Skip to content

Commit

Permalink
minor updates documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskoenig committed Feb 1, 2024
1 parent 668ab15 commit 0e4f9dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ pymetadata: python utilities for metadata and COMBINE archives
:target: http://opensource.org/licenses/LGPL-3.0
:alt: GNU Lesser General Public License 3

.. image:: https://codecov.io/gh/matthiaskoenig/pymetadata/branch/develop/graph/badge.svg
:target: https://codecov.io/gh/matthiaskoenig/pymetadata
:alt: Codecov

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5308801.svg
:target: https://doi.org/10.5281/zenodo.5308801
:alt: Zenodo DOI
Expand Down Expand Up @@ -117,4 +113,4 @@ To install for development use::

pip install -e .[development]

© 2021-2022 Matthias König
© 2021-2024 Matthias König
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
* make sure all tests run (`tox -p`)
* bump version (`bumpversion [major|minor|patch]`)
* `git push --tags` (triggers release)
* `git push`

* test installation in virtualenv from pypi
```
mkvirtualenv test --python=python3.10
mkvirtualenv test --python=python3.11
(test) pip install pymetadata
```

Expand Down

0 comments on commit 0e4f9dd

Please sign in to comment.