Fix broken server import (#70)

Closes #66
This commit is contained in:
Jon Grace-Cox
2022-08-13 12:12:19 -04:00
committed by GitHub
parent b891c596d6
commit 9b7318417d
2 changed files with 1 additions and 1 deletions

View File

View File

@@ -20,7 +20,7 @@ setup(
version=version,
author="Jon Grace-Cox",
author_email="jongracecox@gmail.com",
packages=["anybadge", "anybadge.templates"],
packages=["anybadge", "anybadge.templates", "anybadge.server"],
py_modules=["anybadge_server"],
setup_requires=["setuptools", "wheel"],
tests_require=[],