Skip to content

Commit

Permalink
fixed missing files in MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
olt committed Nov 12, 2009
1 parent 4ce932f commit eee9759
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Changelog
~~~~~~~~~
0.2.0a2 (2009-11-11)
* fixed missing files in MANIFEST.in

0.2.0a1 (2009-11-09)
* renamed path.getcwd to path.cwd
Expand Down
5 changes: 4 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
include setup.py
include setup.cfg
include LICENSE
include *.txt

recursive-include doc *.py *.bat Makefile *.rst
recursive-include test *.*
recursive-exclude test *.pyc

4 changes: 2 additions & 2 deletions scriptine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from scriptine._path import path
from scriptine.command import run

__version__ = '0.2.0a1'
__version__ = '0.2.0a2'

__all__ = ['path', 'run']
__all__ = ['path', 'run']

0 comments on commit eee9759

Please sign in to comment.