Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 23, 2013
1 parent 989cc71 commit 814b586
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion docs/_theme/wolph/layout.html
Expand Up @@ -9,7 +9,6 @@
{% endblock %}
{%- block relbar2 %}{% endblock %}
{%- block footer %}
<script type="text/javascript">
<div class="footer">
&copy; Copyright {{ copyright }}.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
Expand Down
7 changes: 2 additions & 5 deletions setup.py
@@ -1,7 +1,7 @@
import os
import python_utils
import setuptools

import python_utils
if os.path.isfile('README.rst'):
long_description = open('README.rst').read()
else:
Expand All @@ -18,9 +18,6 @@
packages=setuptools.find_packages(),
long_description=long_description,
test_suite='nose.collector',
tests_requires=['nose', 'coverage'],
classifiers=[
'License :: OSI Approved :: BSD License',
],
classifiers=['License :: OSI Approved :: BSD License'],
)

0 comments on commit 814b586

Please sign in to comment.