Skip to content

Commit

Permalink
upload_docs setuptools command
Browse files Browse the repository at this point in the history
  • Loading branch information
sax-os4d committed Jul 12, 2011
1 parent 762aa04 commit 899a086
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Expand Up @@ -5,3 +5,6 @@ all_files = 1

[upload_sphinx]
upload-dir = docs/build/html

[upload_docs]
upload-dir = docs/build/html
6 changes: 1 addition & 5 deletions setup.py
@@ -1,12 +1,9 @@
#!/usr/bin/env python
try:
from setuptools import setup
from sphinx.setup_command import BuildDoc
cmdclass = {'build_sphinx': BuildDoc}
except ImportError:
from distutils.core import setup
cmdclass = {}


from distutils.command.install import INSTALL_SCHEMES
import os
import iadmin
Expand Down Expand Up @@ -61,7 +58,6 @@ def scan_dir( target, packages=[], data_files=[] ):
author_email='sax@os4d.org',
license='BSD',
packages=packages,
cmdclass=cmdclass,
data_files=data_files,
include_package_data=True,
platforms=['any'],
Expand Down

0 comments on commit 899a086

Please sign in to comment.