Remove gresources bundle as part of setup.py cleanup
Thomas Ross
2 years ago
|
0 |
v0.11.1 - ???
|
|
1 |
BUG FIXES
|
|
2 |
+ Remove gresources bundle as part of setup.py cleanup
|
|
3 |
|
0 | 4 |
v0.11.0 - June 06, 2020
|
1 | 5 |
BREAKING CHANGES
|
2 | 6 |
+ Require Exiv2, GExiv2, and GExiv2 Introspection Data.
|
133 | 133 |
except:
|
134 | 134 |
pass
|
135 | 135 |
try:
|
|
136 |
os.remove("io.thomasross.mirage.gresource")
|
|
137 |
except:
|
|
138 |
pass
|
|
139 |
try:
|
136 | 140 |
for f in os.listdir("."):
|
137 | 141 |
if os.path.isfile(f):
|
138 | 142 |
if os.path.splitext(os.path.basename(f))[1] == ".pyc":
|