grim/pyscovery

added a setup.cfg file

2013-04-14, Gary Kramlich
9bddc9e1a224
Parents a9cf55d8b275
Children 129337c173df
added a setup.cfg file
  • +9 -0
    setup.cfg
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/setup.cfg Sun Apr 14 03:11:12 2013 -0500
    @@ -0,0 +1,9 @@
    +[build_sphinx]
    +source-dir = doc/
    +build-dir = doc/_build
    +all_files = 1
    +
    +[upload_sphinx]
    +upload-dir = build/sphinx/html
    +
    +