Skip to content

Commit 02d6970

Browse files
GH-6: Fix the build to contain the dependency packages (GH-7)
* Include `django_mermaid.templatetags` to the packages list
1 parent 57c186c commit 02d6970

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.idea
22
.tox
33
*.egg-info
4+
dist
5+
build
46
mermaid.js

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ classifiers =
2525
[options]
2626
packages =
2727
django_mermaid
28+
django_mermaid.templatetags
2829
install_requires =
2930
urllib3
3031
Django
3132
include_package_data = yes
33+
python_requires = >=3.6
3234
package_dir =
3335
=src
3436
zip_safe = no

0 commit comments

Comments
 (0)