Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
add supported extension when copying data to documentation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 10, 2017
1 parent 8b8aa7c commit d96343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyquickhelper/pycode/default_regular_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
.. versionadded:: 1.5
"""

_setup_pattern_copy = ".*[.]((ico)|(7z)|(dll)|(so)|(yml)|(rst)|(ipynb)|(gif)|(jpe?g)|(png)|(txt)|(zip)|(gz)|(html)|(exe)|(js)|(css)|(tex))$"
_setup_pattern_copy = ".*[.]((ico)|(7z)|(dll)|(so)|(yml)|(rst)|(ipynb)|(gif)|(jpe?g)|(png)|(txt)|(zip)|(gz)|(html)|(exe)|(js)|(css)|(tex)|(data))$"

0 comments on commit d96343d

Please sign in to comment.