You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-chemistry/GromacsWrapper/files/GromacsWrapper-0.8.0-tests-...

12 lines
594 B

--- a/setup.py.old 2020-06-06 21:50:25.432740405 +0200
+++ b/setup.py 2020-06-06 21:50:43.109010442 +0200
@@ -35,7 +35,7 @@
'Topic :: Scientific/Engineering :: Chemistry',
'Topic :: Software Development :: Libraries :: Python Modules',
],
- packages=find_packages(exclude=['tests','scripts','extras','doc/examples']),
+ packages=find_packages(exclude=['tests','tests.*','scripts','extras','doc/examples']),
scripts = [
'scripts/gw-join_parts.py',
'scripts/gw-merge_topologies.py',