Skip to content

Commit

Permalink
Added sphinx-me generated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Sep 7, 2011
1 parent afb23c3 commit c9094b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This file is automatically generated via sphinx-me
from sphinx_me import setup_conf; setup_conf(globals())
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../README.rst
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from setuptools import setup, find_packages


setup(
name = "django-shotgun",
version = __import__("django_shotgun").__version__,
Expand All @@ -12,6 +12,7 @@
url = "http://github.com/stephenmcd/django-shotgun",
zip_safe = False,
packages = find_packages(),
install_requires=["sphinx-me",],
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
Expand All @@ -23,4 +24,3 @@
"Topic :: Internet :: WWW/HTTP :: Site Management",
]
)

0 comments on commit c9094b3

Please sign in to comment.