Skip to content

Commit

Permalink
update setup and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed May 29, 2023
1 parent 4921663 commit 6148652
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# FIVB VIS Python Client
![PyPI](https://img.shields.io/pypi/v/fivbvis)

[![PyPI](https://img.shields.io/pypi/v/fivbvis)](https://pypi.org/project/fivbvis/)

Python client library to easily integrate with [FIVB VIS Web Service](https://www.fivb.org/VisSDK/VisWebService/#Introduction.html) public data.

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FIVB VIS Python Client

![PyPI](https://img.shields.io/pypi/v/fivbvis) ![GitHub](https://img.shields.io/github/license/claromes/fivbvis)
[![PyPI](https://img.shields.io/pypi/v/fivbvis)](https://pypi.org/project/fivbvis/) [![License](https://img.shields.io/github/license/claromes/fivbvis)](https://github.com/claromes/fivbvis/blob/main/LICENSE.md) [![Star](https://img.shields.io/github/stars/claromes/fivbvis?style=social)](https://github.com/claromes/fivbvis)

Python client library to easily integrate with [FIVB VIS Web Service](https://www.fivb.org/VisSDK/VisWebService/#Introduction.html) public data.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
packages=find_packages(exclude=['docs', 'tests*']),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
'Intended Audience :: Education',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 6148652

Please sign in to comment.