Skip to content

Commit

Permalink
fixed required datas
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdu committed Sep 18, 2023
1 parent fb9bd5c commit dbbca7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
version: 2

formats: all

build:
os: ubuntu-22.04
tools:
Expand Down
2 changes: 2 additions & 0 deletions hooks/hook-openmm.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files('openmm', subdir='app')
2 changes: 2 additions & 0 deletions hooks/hook-pdb2pqr.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files('pdb2pqr', subdir='dat')
2 changes: 2 additions & 0 deletions hooks/hook-pdbfixer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files('pdbfixer', subdir='templates')

0 comments on commit dbbca7f

Please sign in to comment.