Skip to content

Commit

Permalink
GH-6: Fix the build to contain the dependency packages (GH-7)
Browse files Browse the repository at this point in the history
* Include `django_mermaid.templatetags` to the packages list
  • Loading branch information
ArtyomVancyan authored Mar 13, 2023
1 parent 57c186c commit 02d6970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.idea
.tox
*.egg-info
dist
build
mermaid.js
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ classifiers =
[options]
packages =
django_mermaid
django_mermaid.templatetags
install_requires =
urllib3
Django
include_package_data = yes
python_requires = >=3.6
package_dir =
=src
zip_safe = no

0 comments on commit 02d6970

Please sign in to comment.