Skip to content

Commit

Permalink
Remove useless Shields/trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Sep 9, 2024
1 parent e31c1ee commit 076b153
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
10 changes: 1 addition & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
Welcome to cslug!
=================

.. image::
https://img.shields.io/pypi/pyversions/cslug?color=%2326543A&label=Python
:alt: PyPI version
:target: https://pypi.org/project/cslug/

.. image:: https://img.shields.io/badge/coverage-100%25-%2326543A
:target: https://github.com/bwoodsend/cslug/blob/9bbee6fc4f1f92f47d2b2aca5e7ce6fa68e197d7/.coveragerc#L22

`MIT license <https://github.com/bwoodsend/cslug/blob/master/LICENSE>`_
Expand All @@ -21,7 +13,7 @@ Welcome to cslug!
`Raise Bugs <https://github.com/bwoodsend/cslug/issues>`_
`Get Support <https://github.com/bwoodsend/cslug/discussions>`_
`Support <https://github.com/bwoodsend/cslug/discussions>`_

Quick and painless wrapping C code into Python.
The **cslug** package provides a thin layer on top of the built-in ctypes_
Expand Down
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,7 @@ readme = "README.rst"
license = { file="LICENSE" }
requires-python = ">=3.8"
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]

[project.urls]
Expand Down

0 comments on commit 076b153

Please sign in to comment.