We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404d150 commit c4f67e2Copy full SHA for c4f67e2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.18.1
4
+
5
+- Fixed the URLs for PyPI.
6
7
## 2.18.0
8
9
- Added Python 3.13 support.
pyproject.toml
@@ -35,8 +35,8 @@ dependencies = [
35
django-extensions = ["django-extensions>=3.2", "werkzeug>=3.0"]
36
37
[project.urls]
38
-Home = "https://django-tailwind-cli.rtfd.io.me/"
39
-Documentation = "https://django-tailwind-cli.rtfd.io.me/"
+Home = "https://django-tailwind-cli.rtfd.io/"
+Documentation = "https://django-tailwind-cli.rtfd.io/"
40
Repository = "https://github.com/oliverandrich/django-tailwind-cli"
41
42
[tool.uv]
0 commit comments