summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2013-11-17 16:48:26 -0800
committerBen Bangert <ben@groovie.org>2013-11-17 16:48:26 -0800
commitca4b0f6bf36debf6e075cec6e9b8a4957e484d10 (patch)
treee44536933415b168204c162216b7237e804a378e
parent8b165a52ab568f6fcaaa11cbbc7402e0360f60a3 (diff)
downloadroutes-ca4b0f6bf36debf6e075cec6e9b8a4957e484d10.tar.gz
Properly include the CHANGELOG/LICENSE.
-rw-r--r--MANIFEST.in4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a0e47b3..1783896 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
recursive-include docs *
-include CHANGELOG
-include LICENSE
+include CHANGELOG.rst
+include LICENSE.txt
global-exclude .DS_Store *.hgignore *.hgtags
diff --git a/setup.py b/setup.py
index 7f93da2..c76e869 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ if PY3:
setup(name="Routes",
version=__version__,
description='Routing Recognition and Generation Tools',
- long_description=README + '\n\n' +CHANGES,
+ long_description=README + '\n\n' + CHANGES,
classifiers=["Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",