diff options
author | Ben Bangert <ben@groovie.org> | 2013-11-17 16:48:26 -0800 |
---|---|---|
committer | Ben Bangert <ben@groovie.org> | 2013-11-17 16:48:26 -0800 |
commit | ca4b0f6bf36debf6e075cec6e9b8a4957e484d10 (patch) | |
tree | e44536933415b168204c162216b7237e804a378e | |
parent | 8b165a52ab568f6fcaaa11cbbc7402e0360f60a3 (diff) | |
download | routes-ca4b0f6bf36debf6e075cec6e9b8a4957e484d10.tar.gz |
Properly include the CHANGELOG/LICENSE.
-rw-r--r-- | MANIFEST.in | 4 | ||||
-rw-r--r-- | setup.py | 2 |
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 @@ -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", |