Skip to content

Commit

Permalink
Added missing README.md to package.
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andras.r.maier@gmx.de>
  • Loading branch information
Andreas Maier committed Dec 8, 2016
1 parent d4e8dfb commit aa0f068
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include versioneer.py
include click_spinner/_version.py
include README.md
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
cmdclass=versioneer.get_cmdclass(),
long_description=readme,
packages=['click_spinner'],
package_data={'click-spinner': ['README.md']},
url='https://github.com/click-contrib/click-spinner',
license='MIT',
author='Yoav Ram',
Expand Down

0 comments on commit aa0f068

Please sign in to comment.