We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ca2ee commit 4850f57Copy full SHA for 4850f57
AUTHORS.rst
@@ -5,3 +5,5 @@ Project contributors
5
* Jonathan Stoppani <jonathan@stoppani.name>
6
* Ulrich Petri <github@ulo.pe>
7
* Timothy Allen (https://github.com/FlipperPA)
8
+ * Bastien Vallet (https://github.com/Djailla)
9
+
setup.py
@@ -11,7 +11,7 @@
11
12
PACKAGE = "djclick"
13
PACKAGE_NAME = "django-click"
14
-DESCRIPTION = "Write Django management command using the click CLI library"
+DESCRIPTION = "Build Django management commands using the click CLI package."
15
CLASSIFIERS = [
16
"Development Status :: 4 - Beta",
17
"Intended Audience :: Developers",
0 commit comments