Skip to content

Commit

Permalink
Added manifest for tar pip package and removed qml from non-qml tests (
Browse files Browse the repository at this point in the history
…#125)

* Added manifest for pip package and tar

* Remove qml dependency on non-qml test
  • Loading branch information
charnley authored Jan 13, 2025
1 parent bc31675 commit d881d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include *.py
include tests/conftest.py
recursive-include tests/resources *.xyz
recursive-include tests/resources *.pdb
2 changes: 1 addition & 1 deletion tests/test_pdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_pdb_only_carbon_possible() -> None:
cmd = f"{filename_a} {filename_b}"
_ = rmsdlib.main(cmd.split())

cmd = f"--reorder --reorder-method qml --only-alpha-carbons {filename_a} {filename_b}"
cmd = f"--reorder --only-alpha-carbons {filename_a} {filename_b}"
out = rmsdlib.main(cmd.split())

print(out)
Expand Down

0 comments on commit d881d63

Please sign in to comment.