Skip to content

Commit

Permalink
Fix MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
charlax committed Mar 26, 2013
1 parent a1942dd commit ac6bce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
include LICENSE.txt
include README.rst
include requirements.txt
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def release():
"Run `git status`",
"Run `git commit -am 'Bump version'`",
"Run `git tag -a -m 'Version $version' v$version`",
"Run `git push --tags`",
"Run `git push --tags && git push`",
"Run `python setup.py register sdist upload`",
)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup, find_packages

__version__ = "0.1.9"
__version__ = "0.1.10"


def read_long_description(filename="README.rst"):
Expand Down

0 comments on commit ac6bce5

Please sign in to comment.