Skip to content

Commit

Permalink
Update badges and release #65
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 28, 2024
1 parent 0aabfcd commit 6824b9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ License and Citation
:target: https://rl-institut.github.io/super-repo/
:alt: Documentation

.. |badge_tests| image:: https://github.com/rl-institut/super-repo/actions/workflows/automated-testing.yaml/badge.svg
:target: https://github.com/rl-institut/super-repo/actions/workflows/automated-testing.yaml
:alt: Documentation

.. |badge_codecov| image:: https://codecov.io/gh/rl-institut/super-repo/graph/badge.svg?token=YYCJI3D5G5
:target: https://codecov.io/gh/rl-institut/super-repo
:alt: Codecov
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_PROCEDURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For a **Patch Release** (Hotfix), start at [section 3](https://github.com/rl-ins
- `📝CITATION.cff`
- Update `version`
- Update `date-released`
- `📝setup.py`
- `📝pyproject.toml`
- Update `version`
- Update `download_url` (.../v0.1.0.tar.gz)

Expand Down Expand Up @@ -195,5 +195,6 @@ If you messed up, remove tags and start again

- https://raw.githubusercontent.com/folio-org/stripes/master/doc/release-procedure.md


!!! note "Used Icons"
🐙 GitHub | 💠 git | 📝 File | 💻 Command Line
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,16 @@ description = "A template repo for research software."
readme = "README.rst"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering",
"Topic :: Software Development",
"Intended Audience :: Science/Research",
"Intended Audience :: Developers",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
dependencies = [
"stringcase ~=1.2.0",
Expand Down

0 comments on commit 6824b9c

Please sign in to comment.