Use PackageLoader for templates.

This commit is contained in:
tecnovert
2019-07-26 12:36:44 +02:00
parent 1ce87bb58d
commit 900358e7c3
3 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://github.com/tecnovert/basicswap",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",