Skip to content

Commit

Permalink
Fix for package build (#15)
Browse files Browse the repository at this point in the history
* Added missing init for stat package
* Updated README with supported Python version
  • Loading branch information
jvoss authored Apr 15, 2021
1 parent c45572c commit 1467a90
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ PRSW: Python RIPE Stat Wrapper
:alt: Latest Version
:target: https://pypi.python.org/pypi/prsw

.. image:: https://img.shields.io/pypi/pyversions/prsw
:alt: Supported Python Versions
:target: https://pypi.python.org/pypi/prsw

.. image:: https://github.com/jvoss/prsw/actions/workflows/tests.yml/badge.svg
:alt: GitHub Actions Tests
:target: https://github.com/jvoss/prsw/actions/workflows/tests.yml
Expand Down
2 changes: 1 addition & 1 deletion prsw/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@

from .ripe_stat import RIPEstat

__version__ = "0.1.1"
__version__ = "0.1.2"
1 change: 1 addition & 0 deletions prsw/stat/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""PRSW Stat API models."""
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Topic :: Utilities",
],
description=(
"PRSW, the `Python RIPE Stat Wrapper`, is a python package that"
"PRSW, the Python RIPE Stat Wrapper, is a python package that"
" simplifies access to the RIPE Stat public data API."
),
extras_require=extras,
Expand Down

0 comments on commit 1467a90

Please sign in to comment.