EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 8ca730e3 authored by Nikola Jankovic's avatar Nikola Jankovic :computer:
Browse files

Update setup.py to include package data

parent 9a742676
No related branches found
No related tags found
No related merge requests found
Pipeline #20210 failed
...@@ -13,6 +13,8 @@ setup( ...@@ -13,6 +13,8 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://gitlab.eox.at/esa/prism/vs/-/tree/master/harvester", url="https://gitlab.eox.at/esa/prism/vs/-/tree/master/harvester",
packages=find_packages(), packages=find_packages(),
package_data={'': ['templates/*']},
include_package_data=True
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment