Skip to content

Commit

Permalink
Switch to setuptools; add extra build commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
kgaughan committed Aug 27, 2012
1 parent 64b5af4 commit 691a15f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions setup.cfg
@@ -0,0 +1,15 @@
[nosetests]
cover-package=bukkit
cover-html=true
cover-erase=true
cover-inclusive=true
verbosity=2
detailed-errors=1

[build_sphinx]
source-dir=docs
build-dir=docs/_build
all-files=1

[upload_sphinx]
upload-dir=docs/_build/html
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from distutils.core import setup
from setuptools import setup
import dbkit

setup(
Expand Down

0 comments on commit 691a15f

Please sign in to comment.