We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bfc596 commit 0306a50Copy full SHA for 0306a50
setup.py
@@ -14,7 +14,7 @@
14
url="http://www.parallelintime.org/pySDC/",
15
download_url = "https://github.com/Parallel-in-Time/pySDC/",
16
17
- packages=find_packages(),
+ packages=find_packages(exclude=['data', 'cover', 'docs', 'tests*']),
18
19
package_data={
20
'': ['*.txt', '*.rst'],
0 commit comments