Skip to content

Commit

Permalink
Still trying to make pypi work, but I can't get the build to update o…
Browse files Browse the repository at this point in the history
…n pypi.
  • Loading branch information
rjurney committed Oct 1, 2013
1 parent 1cf2971 commit 441e7aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.01, 9/11/2013 -- Initial Release
v0.01.1, 9/30/2013 -- Fixing problems with build :(
v0.01.2, 9/30/2013 -- Fixing problems with build :(
v0.01.2, 9/30/2013 -- Fixing problems with build :(
v0.01.3, 9/30/2013 -- Fixing problems with build :(
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# file GENERATED by distutils, do NOT edit
CHANGES.txt
README
setup.py
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include *.txt
include *.md
recursive-include docs *.txt
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pyDruid',
version='0.01.2',
version='0.01.3',
author='Deep Ganguli',
author_email='[email protected]',
packages=['pydruid', 'pydruid.utils'],
Expand Down

0 comments on commit 441e7aa

Please sign in to comment.