From 59a3668590bfaa4d8e6c2f0b484270c8848fc48d Mon Sep 17 00:00:00 2001 From: Travis Thompson Date: Wed, 4 Sep 2024 18:06:54 -0400 Subject: [PATCH] Update readme and pyproject.toml --- README.rst | 7 ++++--- pyproject.toml | 16 +++++++++------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 3da7c83..28e81e8 100644 --- a/README.rst +++ b/README.rst @@ -9,9 +9,10 @@ MESSES :target: https://pypi.org/project/messes :alt: Supported Python versions -.. image:: https://github.com/MoseleyBioinformaticsLab/messes/actions/workflows/build.yml/badge.svg - :target: https://github.com/MoseleyBioinformaticsLab/messes/actions/workflows/build.yml - :alt: Build status +.. + .. image:: https://github.com/MoseleyBioinformaticsLab/messes/actions/workflows/build.yml/badge.svg + :target: https://github.com/MoseleyBioinformaticsLab/messes/actions/workflows/build.yml + :alt: Build status .. image:: https://codecov.io/gh/MoseleyBioinformaticsLab/MESSES/branch/main/graphs/badge.svg?branch=main :target: https://codecov.io/gh/MoseleyBioinformaticsLab/MESSES diff --git a/pyproject.toml b/pyproject.toml index 56f6abb..29cc705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,15 @@ keywords = ["mwtab", "metabolomics workbench"] license = {file = "LICENSE"} classifiers = [ 'Environment :: Console', - 'Intended Audience :: Developers', - 'Intended Audience :: Science/Research', - 'License :: OSI Approved :: BSD License', - 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.10', - 'Topic :: Scientific/Engineering :: Bio-Informatics', - 'Topic :: Software Development :: Libraries :: Python Modules', + 'Intended Audience :: Developers', + 'Intended Audience :: Science/Research', + 'License :: OSI Approved :: BSD License', + 'Operating System :: OS Independent', + 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', + 'Programming Language :: Python :: 3.12', + 'Topic :: Scientific/Engineering :: Bio-Informatics', + 'Topic :: Software Development :: Libraries :: Python Modules', ] dynamic = ["version", "dependencies"]