From f6297343456219b305354a10f77687ddc5cf2a9c Mon Sep 17 00:00:00 2001 From: LTLA Date: Wed, 24 Apr 2024 11:03:21 -0700 Subject: [PATCH] Fixed the URL to point to our actual repo, added PyPi badge. --- README.md | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a47dcc5..ff26eff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Built Status](https://api.cirrus-ci.com/github//SewerRat.svg?branch=main)](https://cirrus-ci.com/github//SewerRat) [![ReadTheDocs](https://readthedocs.org/projects/SewerRat/badge/?version=latest)](https://SewerRat.readthedocs.io/en/stable/) [![Coveralls](https://img.shields.io/coveralls/github//SewerRat/main.svg)](https://coveralls.io/r//SewerRat) -[![PyPI-Server](https://img.shields.io/pypi/v/SewerRat.svg)](https://pypi.org/project/SewerRat/) [![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/SewerRat.svg)](https://anaconda.org/conda-forge/SewerRat) [![Monthly Downloads](https://pepy.tech/badge/SewerRat/month)](https://pepy.tech/project/SewerRat) [![Twitter](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Twitter)](https://twitter.com/SewerRat) @@ -14,6 +13,7 @@ ![Unit tests](https://github.com/ArtifactDB/SewerRat-py/actions/workflows/run-tests.yaml/badge.svg) ![Documentation](https://github.com/ArtifactDB/SewerRat-py/actions/workflows/build-docs.yaml/badge.svg) +[![PyPI-Server](https://img.shields.io/pypi/v/SewerRat.svg)](https://pypi.org/project/SewerRat/) Pretty much as it says on the tin: provides a Python client for the [API of the same name](https://github.com/ArtifactDB/SewerRat). It is assumed that the users of the **sewerrat** client and the SewerRat API itself are accessing the same shared filesystem; diff --git a/setup.cfg b/setup.cfg index 127ff5c..ac863b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,10 +12,10 @@ license = MIT license_files = LICENSE.txt long_description = file: README.md long_description_content_type = text/markdown; charset=UTF-8; variant=GFM -url = https://github.com/pyscaffold/pyscaffold/ +url = https://github.com/ArtifactDB/SewerRat-py/ # Add here related links, for example: project_urls = - Documentation = https://pyscaffold.org/ + Documentation = https://artifactdb.github.io/SewerRat-py/ # Source = https://github.com/pyscaffold/pyscaffold/ # Changelog = https://pyscaffold.org/en/latest/changelog.html # Tracker = https://github.com/pyscaffold/pyscaffold/issues