Skip to content

Commit

Permalink
Merge pull request #7 from JWCook/readme
Browse files Browse the repository at this point in the history
Add PyPI badges to Readme
  • Loading branch information
lsaffre authored Jul 22, 2024
2 parents c323b4f + fbc5ba0 commit afe4b52
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
==========================
The ``sphinxfeed`` package
==========================
.. image:: https://img.shields.io/github/actions/workflow/status/lsaffre/sphinxfeed/build.yml
:alt: Build status
:target: https://github.com/lsaffre/sphinxfeed/actions
.. image:: https://img.shields.io/pypi/v/sphinxfeed-lsaffre?color=blue
:alt: PyPI - package version
:target: https://pypi.org/project/sphinxfeed-lsaffre
.. image:: https://img.shields.io/pypi/pyversions/sphinxfeed-lsaffre
:alt: PyPI - supported python versions
:target: https://pypi.org/project/sphinxfeed-lsaffre

This Sphinx extension is a fork of Fergus Doyle's `sphinxfeed package
<https://github.com/junkafarian/sphinxfeed>`__ which itself is derived from Dan
Expand Down Expand Up @@ -42,7 +51,7 @@ Features added
Installation
============

Soon you can install it using pip::
You can install it using pip::

pip install sphinxfeed-lsaffre

Expand Down
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"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",
"Topic :: Documentation",
"Topic :: Utilities",
]
Expand Down
2 changes: 1 addition & 1 deletion sphinxfeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
See https://github.com/lsaffre/sphinxfeed
"""

__version__ = '0.3.4'
__version__ = '0.3.5'

import os.path
import time
Expand Down

0 comments on commit afe4b52

Please sign in to comment.