Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
Louxsdon committed Apr 18, 2023
1 parent 55a8451 commit 5de4f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-breeze"
version = "0.1.1"
version = "0.1.2"
description = "Django Breeze provides a minimal and simple starting point for building a Django application with Inertia.js Styled with Tailwind CSS."
keywords = ["react", "django", "vue", "inertia", "vite"]
authors = ["louxsdon <[email protected]>"]
Expand All @@ -19,7 +19,7 @@ inertia-django = "^0.5.2"
mypy = "^1.2.0"

[tool.poetry.scripts]
django-breeze = 'django_breeze.scripts.django-breeze:main'
django-breeze = 'django_breeze.scripts.django-breeze'

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 5de4f75

Please sign in to comment.