Skip to content

Commit

Permalink
BUGFIX: Set include_package_data in setup.py so that template files…
Browse files Browse the repository at this point in the history
… are shipped with this package.
  • Loading branch information
rudolfbyker committed Sep 5, 2022
1 parent 0ee6942 commit 14c7597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
"mkdocstrings[python]>=0.18",
"mkdocs-material",
],
include_package_data=True,
)

0 comments on commit 14c7597

Please sign in to comment.