Skip to content

Commit 67fb3f7

Browse files
committed
Installing files, like from fix/include_assets II
1 parent 6d28f83 commit 67fb3f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
],
2222
install_requires=['lxml','pygments','requests','bs4'],
2323
# This adds the assets that PlumedToHTML.get_html_header() asks for ()
24+
data_files=[('PlumedToHTML', ['PlumedToHTML/assets/header.html'])],
2425
include_package_data=True,
2526
)
27+
# print(setuptools.find_packages())

0 commit comments

Comments
 (0)