Skip to content

Commit fccafa3

Browse files
author
Yoav Ram
authored
Merge pull request #13 from andy-maier/andy/fix-missing-readme
Fixes #12: Added missing README.md to package.
2 parents 8811da8 + aa0f068 commit fccafa3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include versioneer.py
22
include click_spinner/_version.py
3+
include README.md

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
cmdclass=versioneer.get_cmdclass(),
1212
long_description=readme,
1313
packages=['click_spinner'],
14+
package_data={'click-spinner': ['README.md']},
1415
url='https://github.com/click-contrib/click-spinner',
1516
license='MIT',
1617
author='Yoav Ram',

0 commit comments

Comments
 (0)