Skip to content

Commit e8d63cb

Browse files
committed
Simplify own PyPI README
1 parent b5cb37e commit e8d63cb

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ with our [example configuration][example-config], you will get the following out
263263
>
264264
> To verify your PyPI readme using the full packaging pipeline, check out my [*build-and-inspect-python-package*](https://github.com/hynek/build-and-inspect-python-package) GitHub Action.
265265
266-
<!-- end docs -->
267266

268267
## Project Links
269268

pyproject.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,9 @@ Funding = "https://github.com/sponsors/hynek"
4848

4949
[project.readme]
5050
content-type = "text/markdown"
51-
text = """# Your ✨Fancy✨ Project Deserves a ✨Fancy✨ PyPI Readme! 🧐
51+
text = """# Your ✨Fancy✨ Project Deserves a ✨Fancy✨ PyPI Readme!
5252
53-
[![PyPI - Version](https://img.shields.io/pypi/v/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/hatch-fancy-pypi-readme)
54-
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch-fancy-pypi-readme.svg)](https://pypi.org/project/hatch-fancy-pypi-readme)
55-
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
56-
[![License: MIT](https://img.shields.io/badge/license-MIT-C06524)](https://github.com/hynek/hatch-fancy-pypi-readme/blob/main/LICENSE.txt)
57-
58-
59-
*hatch-fancy-pypi-readme* is an MIT-licensed metadata plugin for [*Hatch*](https://hatch.pypa.io/).
53+
*hatch-fancy-pypi-readme* is an MIT-licensed metadata plugin for [*Hatch*](https://hatch.pypa.io/) by [Hynek Schlawack](https://hynek.me/).
6054
6155
Its purpose is to help you to have fancy PyPI readmes – unlike *this* one you’re looking at right now.
6256

0 commit comments

Comments
 (0)