diff options
Diffstat (limited to 'third_party/python/compare-locales/setup.cfg')
-rw-r--r-- | third_party/python/compare-locales/setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/compare-locales/setup.cfg b/third_party/python/compare-locales/setup.cfg new file mode 100644 index 0000000000..adf5ed72aa --- /dev/null +++ b/third_party/python/compare-locales/setup.cfg @@ -0,0 +1,7 @@ +[bdist_wheel] +universal = 1 + +[egg_info] +tag_build = +tag_date = 0 + |