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