diff options
Diffstat (limited to 'python/mock-1.0.0/setup.cfg')
-rw-r--r-- | python/mock-1.0.0/setup.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/python/mock-1.0.0/setup.cfg b/python/mock-1.0.0/setup.cfg new file mode 100644 index 000000000..00948b7e4 --- /dev/null +++ b/python/mock-1.0.0/setup.cfg @@ -0,0 +1,12 @@ +[build_sphinx] +source-dir = docs +build-dir = html + +[sdist] +force-manifest = 1 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + |