Skip to content

Commit

Permalink
Remove "run_tests.py" from data files (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Jan 8, 2021
1 parent 18d8109 commit 16cc591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/1534.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix up setup.py in preparation for future packaging work
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
packages=find_packages(),
package_dir={"dials": "../dials"},
data_files=[
("dials", ["conftest.py", "__init__.py", "libtbx_refresh.py", "run_tests.py"])
("dials", ["conftest.py", "__init__.py", "libtbx_refresh.py"])
],
setup_requires=setup_requirements,
test_suite="tests",
Expand Down

0 comments on commit 16cc591

Please sign in to comment.