File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Exceptions or notable authors are listed below
77in reverse chronological order:
88
99* files: *
10- MPL-2.0 2015-2023 (c) Casper da Costa-Luis
10+ MPL-2.0 2015-2024 (c) Casper da Costa-Luis
1111 [casperdcl](https://github.com/casperdcl).
1212* files: tqdm/_tqdm.py
1313 MIT 2016 (c) [PR #96] on behalf of Google Inc.
Original file line number Diff line number Diff line change @@ -137,9 +137,9 @@ clean:
137137 @+python -c " import os, glob; [os.remove(i) for i in glob.glob('*.py[co]')]"
138138 @+python -c " import os, glob; [os.remove(i) for i in glob.glob('tests/*.py[co]')]"
139139 @+python -c " import os, glob; [os.remove(i) for i in glob.glob('benchmarks/*.py[co]')]"
140+ @+python -c " import os, glob; [os.remove(i) for i in glob.glob('examples/*.py[co]')]"
140141 @+python -c " import os, glob; [os.remove(i) for i in glob.glob('tqdm/*.py[co]')]"
141142 @+python -c " import os, glob; [os.remove(i) for i in glob.glob('tqdm/contrib/*.py[co]')]"
142- @+python -c " import os, glob; [os.remove(i) for i in glob.glob('tqdm/examples/*.py[co]')]"
143143toxclean :
144144 @+python -c " import shutil; shutil.rmtree('.tox', True)"
145145
You can’t perform that action at this time.
0 commit comments