Skip to content

Commit

Permalink
Include the README.rst in the MANIFEST for a good pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
thenoviceoof committed Jan 28, 2013
1 parent 8ea9ae3 commit 4138baa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1 +1,2 @@
v1.0.1, 2013/1/28 -- Ensuring the pypi package install correctly
v1.0.0, 2013/9/8 -- MVP complete v1.0.0, 2013/9/8 -- MVP complete
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1 +1,2 @@
include *.txt include *.txt
include *.rst
2 changes: 1 addition & 1 deletion encryptedfile/__init__.py
Expand Up @@ -4,4 +4,4 @@
# * this stuff is worth it, you can buy me a beer in return # * this stuff is worth it, you can buy me a beer in return
################################################################################ ################################################################################


__version__ = (1, 0, 0) __version__ = (1, 0, 1)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@


setup( setup(
name='encryptedfile', name='encryptedfile',
version='1.0.0', version='1.0.1',
author='thenoviceoof', author='thenoviceoof',
author_email='thenoviceoof@gmail.com', author_email='thenoviceoof@gmail.com',
packages=['encryptedfile'], packages=['encryptedfile'],
Expand Down

0 comments on commit 4138baa

Please sign in to comment.