diff options
Diffstat (limited to '')
-rw-r--r-- | third_party/python/voluptuous/setup.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/python/voluptuous/setup.cfg b/third_party/python/voluptuous/setup.cfg new file mode 100644 index 0000000000..1ccde4cee7 --- /dev/null +++ b/third_party/python/voluptuous/setup.cfg @@ -0,0 +1,9 @@ +[nosetests] +doctest-extension = md +with-doctest = 1 +where = . + +[egg_info] +tag_build = +tag_date = 0 + |