diff options
Diffstat (limited to 'third_party/python/pathlib2/setup.cfg')
-rw-r--r-- | third_party/python/pathlib2/setup.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/python/pathlib2/setup.cfg b/third_party/python/pathlib2/setup.cfg new file mode 100644 index 0000000000..81f27fcfa3 --- /dev/null +++ b/third_party/python/pathlib2/setup.cfg @@ -0,0 +1,13 @@ +[nosetests] +with-coverage = 1 +cover-package = pathlib2 +cover-branches = 1 +cover-html = 1 + +[wheel] +universal = 1 + +[egg_info] +tag_build = +tag_date = 0 + |