fix setup and manifest for new readme filename

This commit is contained in:
Andy Baker 2015-06-20 13:07:55 +01:00
parent f101c3410e
commit 1038559d34
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
include CHANGELOG INSTALL LICENSE MANIFEST.in README AUTHORS
include CHANGELOG INSTALL LICENSE MANIFEST.in README.rst AUTHORS
recursive-include docs *
recursive-include admin_tools/locale *
recursive-include admin_tools/static *

View File

@ -8,7 +8,7 @@ long_desc = '''
%s
%s
''' % (open('README').read(), open('CHANGELOG').read())
''' % (open('README.rst').read(), open('CHANGELOG').read())
setup(
name='django-admin-tools',