Skip to content

Commit d4986a6

Browse files
committed
fix description string
1 parent 6fac283 commit d4986a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[tool.poetry]
22
name = "django-render-static"
33
version = "0.1.1"
4-
description = """Use Django's template engine to render static files at deployment time. Extend
5-
Django's url reverse mechanism to JavaScript."""
4+
description = "Use Django's template engine to render static files at deployment time. Extend Django's url reverse mechanism to JavaScript."
65
authors = ["Brian Kohan <[email protected]>"]
76
license = "MIT"
87
readme = "README.rst"

0 commit comments

Comments
 (0)