Skip to content

Commit 27b25f7

Browse files
authored
Fix backage build missing templates submodule (#63) (#64)
1 parent 8a434d9 commit 27b25f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version=version,
2121
author="Jon Grace-Cox",
2222
author_email="jongracecox@gmail.com",
23-
packages=["anybadge"],
23+
packages=["anybadge", "anybadge.templates"],
2424
py_modules=["anybadge_server"],
2525
setup_requires=["setuptools", "wheel"],
2626
tests_require=[],

0 commit comments

Comments
 (0)