Skip to content

Commit

Permalink
Update readme and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptth222 committed Sep 4, 2024
1 parent ca3acdf commit 59a3668
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 9 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 59a3668

Please sign in to comment.