Small changes

This commit is contained in:
sebastiankloth
2022-04-20 14:10:17 +02:00
parent f40f2badd8
commit 4e49f59f2a
2 changed files with 9 additions and 2 deletions

View File

@ -9,5 +9,5 @@ setup(
version='0.1',
requires=['matplotlib'],
package_data={'tudplot': ['tud.mplstyle']},
zip_safe=True,
zip_safe=False,
)