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 57c186c commit 02d6970Copy full SHA for 02d6970
.gitignore
@@ -1,4 +1,6 @@
1
.idea
2
.tox
3
*.egg-info
4
+dist
5
+build
6
mermaid.js
setup.cfg
@@ -25,10 +25,12 @@ classifiers =
25
[options]
26
packages =
27
django_mermaid
28
+ django_mermaid.templatetags
29
install_requires =
30
urllib3
31
Django
32
include_package_data = yes
33
+python_requires = >=3.6
34
package_dir =
35
=src
36
zip_safe = no
0 commit comments