Skip to content

Commit 7822105

Browse files
authored
Merge pull request #2436 from obfusk/patch-18
setup.py: add *.diff to package_data
2 parents 2bf2c6a + c48db0c commit 7822105

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)