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 ef68ac4 commit bc1b072Copy full SHA for bc1b072
setup.py
@@ -12,7 +12,7 @@ def get_requirements():
12
packages=find_packages(exclude=["*demo"]),
13
include_package_data=True,
14
zip_safe=False,
15
- description='Django Markdown Editor build for Dracos Linux https://dracos-linux.org',
+ description='Django Markdown Editor built for Dracos Linux https://dracos-linux.org',
16
url='https://github.com/agusmakmun/dracos-markdown-editor',
17
download_url='https://github.com/agusmakmun/djipsum/tarball/v{}'.format(__VERSION__),
18
keywords=['draceditor', 'django markdown', 'django markdown editor'],
0 commit comments