Skip to content

Commit c48db0c

Browse files
authored
setup.py: add *.diff to package_data
1 parent 9c4fff9 commit c48db0c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
packages = find_packages()
1212

1313
package_data = {'': ['*.tmpl',
14-
'*.patch', ], }
14+
'*.patch',
15+
'*.diff', ], }
1516

1617
data_files = []
1718

0 commit comments

Comments
 (0)