Skip to content

Commit

Permalink
Chore: Rename GitHub organization from panodata to pyveci
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 7, 2024
1 parent ef744fa commit ed5166c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# verlib2

[![Tests](https://github.com/panodata/verlib2/actions/workflows/main.yml/badge.svg)](https://github.com/panodata/verlib2/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/panodata/verlib2.svg)](https://codecov.io/gh/panodata/verlib2/)
[![Tests](https://github.com/pyveci/verlib2/actions/workflows/main.yml/badge.svg)](https://github.com/pyveci/verlib2/actions/workflows/main.yml)
[![Test coverage](https://img.shields.io/codecov/c/gh/pyveci/verlib2.svg)](https://codecov.io/gh/pyveci/verlib2/)
[![Python versions](https://img.shields.io/pypi/pyversions/verlib2.svg)](https://pypi.org/project/verlib2/)

[![License](https://img.shields.io/github/license/panodata/verlib2.svg)](https://github.com/panodata/verlib2/blob/main/LICENSE)
[![License](https://img.shields.io/github/license/pyveci/verlib2.svg)](https://github.com/pyveci/verlib2/blob/main/LICENSE)
[![Status](https://img.shields.io/pypi/status/verlib2.svg)](https://pypi.org/project/verlib2/)
[![PyPI](https://img.shields.io/pypi/v/verlib2.svg)](https://pypi.org/project/verlib2/)
[![Downloads](https://pepy.tech/badge/verlib2/month)](https://www.pepy.tech/projects/verlib2)
Expand All @@ -18,12 +18,12 @@
| [Source code]
| [License]

[Changelog]: https://github.com/panodata/verlib2/blob/main/CHANGES.md
[Changelog]: https://github.com/pyveci/verlib2/blob/main/CHANGES.md
[Documentation]: https://verlib2.readthedocs.io/
[Issues]: https://github.com/panodata/verlib2/issues
[License]: https://github.com/panodata/verlib2/blob/main/LICENSE
[Issues]: https://github.com/pyveci/verlib2/issues
[License]: https://github.com/pyveci/verlib2/blob/main/LICENSE
[PyPI]: https://pypi.org/project/verlib2/
[Source code]: https://github.com/panodata/verlib2
[Source code]: https://github.com/pyveci/verlib2


## About
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ test = [
packages = ["verlib2"]

[project.urls]
Repository = "https://github.com/panodata/verlib2"
Repository = "https://github.com/pyveci/verlib2"
[tool.pytest.ini_options]
minversion = "2.0"
addopts = """
Expand Down
2 changes: 1 addition & 1 deletion verlib2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__title__ = "verlib2"
__summary__ = "A standalone variant of packaging.version, without anything else"
__uri__ = "https://github.com/panodata/verlib2"
__uri__ = "https://github.com/pyveci/verlib2"

__version__ = "0.1.0"

Expand Down

0 comments on commit ed5166c

Please sign in to comment.