Support debian versions with more than one digit

This commit is contained in:
Thomas VINCENT 2020-01-31 13:53:00 +01:00 committed by GitHub
parent c825d42e76
commit c466b4e82d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude *.h5
global-exclude *.npz
recursive-include package/debian? *
recursive-include package/debian* *
recursive-include pyFAI/ext *.cpp *.c *.h *.pyx *.pxd *.pxi
recursive-include pyFAI *.py
recursive-exclude pyFAI *.pyc