diff --git a/DEVELOP.rst b/DEVELOP.rst index 362f54f..36ea510 100644 --- a/DEVELOP.rst +++ b/DEVELOP.rst @@ -25,7 +25,7 @@ test suite, is:: For installing the package inside a development sandbox (virtualenv), run:: - git clone https://github.com/daq-tools/sqlalchemy-postgresql-relaxed + git clone https://github.com/pyveci/sqlalchemy-postgresql-relaxed cd sqlalchemy-postgresql-relaxed python3 -m venv .venv source .venv/bin/activate diff --git a/README.rst b/README.rst index 78d0730..43558c9 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,8 @@ -.. image:: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/workflows/Tests/badge.svg - :target: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/actions?workflow=Tests +.. image:: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/workflows/Tests/badge.svg + :target: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/actions?workflow=Tests -.. image:: https://codecov.io/gh/daq-tools/sqlalchemy-postgresql-relaxed/branch/main/graph/badge.svg - :target: https://codecov.io/gh/daq-tools/sqlalchemy-postgresql-relaxed +.. image:: https://codecov.io/gh/pyveci/sqlalchemy-postgresql-relaxed/branch/main/graph/badge.svg + :target: https://codecov.io/gh/pyveci/sqlalchemy-postgresql-relaxed :alt: Test suite code coverage .. image:: https://pepy.tech/badge/sqlalchemy-postgresql-relaxed/month @@ -18,7 +18,7 @@ :target: https://pypi.org/project/sqlalchemy-postgresql-relaxed/ .. image:: https://img.shields.io/pypi/l/sqlalchemy-postgresql-relaxed.svg - :target: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/LICENSE + :target: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/LICENSE | @@ -84,7 +84,7 @@ Setup To install the latest development version from the repository, invoke:: - pip install --upgrade git+https://github.com/daq-tools/sqlalchemy-postgresql-relaxed + pip install --upgrade git+https://github.com/pyveci/sqlalchemy-postgresql-relaxed ******************* @@ -108,8 +108,8 @@ you should be ready to start hacking. Resources ========= -- `Source code repository `_ -- `Documentation `_ +- `Source code repository `_ +- `Documentation `_ - `Python Package Index (PyPI) `_ License and warranty @@ -118,6 +118,6 @@ License and warranty The project is licensed under the terms of the MIT license, see `LICENSE`_. -.. _Create an issue: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/issues/new -.. _development sandbox: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/DEVELOP.rst -.. _LICENSE: https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/LICENSE +.. _Create an issue: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/issues/new +.. _development sandbox: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/DEVELOP.rst +.. _LICENSE: https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/LICENSE diff --git a/pyproject.toml b/pyproject.toml index dfe23ca..a49965d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,10 +82,10 @@ test = [ "pytest-cov<5", ] [project.urls] -changelog = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed/blob/main/CHANGES.rst" -documentation = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed" -homepage = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed" -repository = "https://github.com/daq-tools/sqlalchemy-postgresql-relaxed" +changelog = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed/blob/main/CHANGES.rst" +documentation = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed" +homepage = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed" +repository = "https://github.com/pyveci/sqlalchemy-postgresql-relaxed" [project.entry-points."sqlalchemy.dialects"] "postgresql.asyncpg_relaxed" = "sqlalchemy_postgresql_relaxed.asyncpg:dialect" "postgresql.psycopg_relaxed" = "sqlalchemy_postgresql_relaxed.psycopg:dialect"