Skip to content

Commit

Permalink
added .md files to MANIFEST.in so they are pulled into the pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmch committed Apr 13, 2013
1 parent d1dc8f3 commit 6e1da0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Expand Up @@ -2,4 +2,5 @@ v0.1, January 6, 2013 -- Initial release.
v0.1.3, February 1, 2013 -- full json post.
v0.1.4, February 1, 2013 -- logging error on debug.
v0.1.6, February 2, 2013 -- switched to email_data in json post.
v1.0.0, April 7, 2013 -- updated for v1_0 of SWU API
v1.0.0, April 7, 2013 -- updated for v1_0 of SWU API
v1.0.1, April 13, 2013 -- fixed MANIFEST.in not pulling .md files
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,2 +1,3 @@
include *.txt
include *.md
recursive-include docs *.txt
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@

setup (
name='sendwithus',
version='1.0.0',
version='1.0.1',
author='Matt Harris',
author_email='matt@sendwithus.com',
packages=find_packages(),
Expand Down

0 comments on commit 6e1da0e

Please sign in to comment.