From 6824b9cc8d242cc1591cb1f2f371eab7eb23af8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Thu, 28 Nov 2024 10:44:15 +0100 Subject: [PATCH] Update badges and release #65 --- README.rst | 4 ++++ RELEASE_PROCEDURE.md | 3 ++- pyproject.toml | 9 ++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1806b39..77c9ead 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/RELEASE_PROCEDURE.md b/RELEASE_PROCEDURE.md index 3f9c7f1..b3090a3 100644 --- a/RELEASE_PROCEDURE.md +++ b/RELEASE_PROCEDURE.md @@ -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) @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 108d366..cd3ea28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",