diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/python/PyYAML/setup.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/python/PyYAML/setup.cfg b/third_party/python/PyYAML/setup.cfg new file mode 100644 index 0000000000..da51366b86 --- /dev/null +++ b/third_party/python/PyYAML/setup.cfg @@ -0,0 +1,9 @@ +[build_ext] + +[metadata] +license_file = LICENSE + +[egg_info] +tag_build = +tag_date = 0 + |