diff options
author | Jarret Raim <jarret.raim@rackspace.com> | 2013-05-09 08:43:31 -0500 |
---|---|---|
committer | Jarret Raim <jarret.raim@rackspace.com> | 2013-05-09 08:43:31 -0500 |
commit | 1b90d3d6f4c8d83609044bccc4924f34caaa8888 (patch) | |
tree | a8ee33f05826cca26f4a8c140fea59941a74f41d /setup.cfg | |
parent | 6c9fd033ec09e31a9f0e56a16fe43194d34a4399 (diff) | |
download | python-barbicanclient-1b90d3d6f4c8d83609044bccc4924f34caaa8888.tar.gz |
Initial setup.py configuration
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..40fddba --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[build_sphinx] +source-dir = doc/source +build-dir = doc/build +all_files = 1 + +[upload_sphinx] +upload-dir = doc/build/html
\ No newline at end of file |