Skip to content

Commit

Permalink
Fix glob pattern?
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Jul 29, 2024
1 parent 325d1c3 commit c354538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ def _parse_requirements(path: pathlib.Path):
# Needed for ftbbl docs
'otoc/loschmidt/tilted_square_lattice/*',
# Needed for qcqmc notebooks
'qcqmc/data/integrals/*',
'qcqmc/data/integrals/*/*.chk',
]},
)

0 comments on commit c354538

Please sign in to comment.