diff --git a/CHANGELOG.md b/CHANGELOG.md index cf79b2d..8c0ae19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.19.0 + +- Transfered the project to django-commons. + ## 2.18.1 - Fixed the URLs for PyPI. diff --git a/README.md b/README.md index 93f3cea..6448545 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # django-tailwind-cli -![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/oliverandrich/django-tailwind-cli/test.yml?style=flat-square) +![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/django-commons/django-tailwind-cli/test.yml?style=flat-square) [![PyPI](https://img.shields.io/pypi/v/django-tailwind-cli.svg?style=flat-square)](https://pypi.org/project/django-tailwind-cli/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv) -![GitHub](https://img.shields.io/github/license/oliverandrich/django-tailwind-cli?style=flat-square) +![GitHub](https://img.shields.io/github/license/django-commons/django-tailwind-cli?style=flat-square) ![Django Versions](https://img.shields.io/pypi/frameworkversions/django/django-tailwind-cli) ![Python Versions](https://img.shields.io/pypi/pyversions/django-tailwind-cli) [![Downloads](https://static.pepy.tech/badge/django-tailwind-cli)](https://pepy.tech/project/django-tailwind-cli) @@ -112,4 +112,4 @@ uvx --with tox-uv tox ## License -This software is licensed under [MIT license](https://github.com/oliverandrich/django-tailwind-cli/blob/main/LICENSE). +This software is licensed under [MIT license](https://github.com/django-commons/django-tailwind-cli/blob/main/LICENSE). diff --git a/mkdocs.yml b/mkdocs.yml index 5807213..a6b2766 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: django-tailwind-cli -repo_name: oliverandrich/django-tailwind-cli -repo_url: https://github.com/oliverandrich/django-tailwind-cli +repo_name: django-commons/django-tailwind-cli +repo_url: https://github.com/django-commons/django-tailwind-cli theme: name: material palette: diff --git a/pyproject.toml b/pyproject.toml index 4dadb6b..3d9c481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"] [project.urls] Home = "https://django-tailwind-cli.rtfd.io/" Documentation = "https://django-tailwind-cli.rtfd.io/" -Repository = "https://github.com/oliverandrich/django-tailwind-cli" +Repository = "https://github.com/django-commons/django-tailwind-cli" [tool.uv] dev-dependencies = [