Skip to content

Commit 0306a50

Browse files
committed
minor fix for setup.py
1 parent 2bfc596 commit 0306a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="http://www.parallelintime.org/pySDC/",
1515
download_url = "https://github.com/Parallel-in-Time/pySDC/",
1616

17-
packages=find_packages(),
17+
packages=find_packages(exclude=['data', 'cover', 'docs', 'tests*']),
1818

1919
package_data={
2020
'': ['*.txt', '*.rst'],

0 commit comments

Comments
 (0)