Skip to content

Commit

Permalink
update more badges for README
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Nov 7, 2023
1 parent c5b8f5e commit 070b4d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[![Build](https://github.com/scottstanie/sentineleof/actions/workflows/ci.yml/badge.svg)](https://github.com/scottstanie/sentineleof/actions/workflows/ci.yml)
[![PyPI version][pypi-version]][pypi-link]
[![Conda-Forge][conda-badge]][conda-link]
[![PyPI platforms][pypi-platforms]][pypi-link]

<!-- prettier-ignore-start -->
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/sentineleof
[conda-link]: https://github.com/conda-forge/sentineleof-feedstock
[pypi-link]: https://pypi.org/project/sentineleof/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/sentineleof
[pypi-version]: https://img.shields.io/pypi/v/sentineleof
<!-- prettier-ignore-end -->

# Sentinel EOF

Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@
include_package_data=True,
classifiers=(
"Programming Language :: Python",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Topic :: Scientific/Engineering",
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 070b4d5

Please sign in to comment.