Skip to content

Commit 1ef8e6b

Browse files
committed
Transfered the project to django-commons.
1 parent c10fa8b commit 1ef8e6b

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.19.0
4+
5+
- Transfered the project to django-commons.
6+
37
## 2.18.1
48

59
- Fixed the URLs for PyPI.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# django-tailwind-cli
22

3-
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/oliverandrich/django-tailwind-cli/test.yml?style=flat-square)
3+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/django-commons/django-tailwind-cli/test.yml?style=flat-square)
44
[![PyPI](https://img.shields.io/pypi/v/django-tailwind-cli.svg?style=flat-square)](https://pypi.org/project/django-tailwind-cli/)
55
[![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)
66
[![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)
7-
![GitHub](https://img.shields.io/github/license/oliverandrich/django-tailwind-cli?style=flat-square)
7+
![GitHub](https://img.shields.io/github/license/django-commons/django-tailwind-cli?style=flat-square)
88
![Django Versions](https://img.shields.io/pypi/frameworkversions/django/django-tailwind-cli)
99
![Python Versions](https://img.shields.io/pypi/pyversions/django-tailwind-cli)
1010
[![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
112112

113113
## License
114114

115-
This software is licensed under [MIT license](https://github.com/oliverandrich/django-tailwind-cli/blob/main/LICENSE).
115+
This software is licensed under [MIT license](https://github.com/django-commons/django-tailwind-cli/blob/main/LICENSE).

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: django-tailwind-cli
2-
repo_name: oliverandrich/django-tailwind-cli
3-
repo_url: https://github.com/oliverandrich/django-tailwind-cli
2+
repo_name: django-commons/django-tailwind-cli
3+
repo_url: https://github.com/django-commons/django-tailwind-cli
44
theme:
55
name: material
66
palette:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]
3737
[project.urls]
3838
Home = "https://django-tailwind-cli.rtfd.io/"
3939
Documentation = "https://django-tailwind-cli.rtfd.io/"
40-
Repository = "https://github.com/oliverandrich/django-tailwind-cli"
40+
Repository = "https://github.com/django-commons/django-tailwind-cli"
4141

4242
[tool.uv]
4343
dev-dependencies = [

0 commit comments

Comments
 (0)