diff --git a/README.rst b/README.rst index f751122..27c7cb0 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ ∘ @@ -21,7 +13,7 @@ Welcome to cslug! ∘ `Raise Bugs `_ ∘ -`Get Support `_ +`Support `_ Quick and painless wrapping C code into Python. The **cslug** package provides a thin layer on top of the built-in ctypes_ diff --git a/pyproject.toml b/pyproject.toml index 8398fbe..f871305 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]