Skip to content

Commit

Permalink
Fix setup can't find README.rst file error.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Aug 20, 2013
1 parent b44ef85 commit e68b692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.md
include README.rst
include LICENSE
include MANIFEST.in
recursive-include xadmin/locale *
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
long_description=open('README.rst').read(),
author='sshwsfc',
author_email='sshwsfc@gmail.com',
license=open('LICENSE').read(),
url='http://www.xadmin.io',
download_url='http://github.com/sshwsfc/django-xadmin/archive/master.zip',
packages=['xadmin', 'xadmin.plugins', 'xadmin.templatetags', 'xadmin.views'],
Expand Down

0 comments on commit e68b692

Please sign in to comment.