Merge pull request #3 from robhaswell/readme-manifest

Add MANIFEST.in and se to include README.md.
This commit is contained in:
Rob Haswell
2015-03-24 12:17:03 +00:00
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@@ -0,0 +1 @@
include README.md

View File

@@ -51,4 +51,4 @@ setup(
entry_points = {
'console_scripts': ['dropbot=dropbot.cli:main'],
}
)
)