Skip to content

Commit

Permalink
Add packages setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dwighthubbard committed Dec 4, 2015
1 parent 4359397 commit 532ea9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -97,7 +97,7 @@

# The theme to use for HTML and HTML Help pages. Major themes that come with
# Sphinx are currently 'default' and 'sphinxdoc'.
html_theme = 'flask'
# html_theme = 'flask'

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

Expand Down Expand Up @@ -224,4 +224,4 @@
'django': ('http://django.readthedocs.org/en/latest/', None),
'sphinx': ('http://sphinx.readthedocs.org/en/latest/', None),
'redislite': ('http://redislite.readthedocs.org/en/latest/', None)
}
}
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -121,6 +121,7 @@ def get_and_update_metadata():
license="MIT",
long_description=readme(),
name="redislite-hotqueue",
packages=['hotqueue'],
package_data={
'hotqueue': ['package_metadata.json'],
},
Expand Down

0 comments on commit 532ea9a

Please sign in to comment.