Morgan Fainberg 5c4522c3aa Add Sphinx Documentation
Add in support for sphinx documentation.
2016-01-13 16:32:15 -08:00

40 lines
883 B
INI

[metadata]
name = positional
summary = Library to enforce positional or key-word arguments
description-file =
README.rst
author = Morgan Fainberg
author-email = morgan.fainberg@gmail.com
home-page = https://github.com/morganfainberg/positional
classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
[files]
packages =
positional
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[pbr]
warnerrors = True
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py
positional/tests/
[wheel]
universal = 1