Skip to content

Commit

Permalink
Merge pull request #13 from andy-maier/andy/fix-missing-readme
Browse files Browse the repository at this point in the history
Fixes #12: Added missing README.md to package.
  • Loading branch information
Yoav Ram committed Dec 8, 2016
2 parents 8811da8 + aa0f068 commit fccafa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,2 +1,3 @@
include versioneer.py
include click_spinner/_version.py
include README.md
1 change: 1 addition & 0 deletions setup.py
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 fccafa3

Please sign in to comment.