- Timestamp:
- 05/20/08 13:52:11 (8 months ago)
- Files:
-
- pyrun/trunk/ChangeLog (modified) (1 diff)
- pyrun/trunk/pkg-info.rst (modified) (1 diff)
- pyrun/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pyrun/trunk/ChangeLog
r793 r808 1 1 ChangeLog 2 2 ~~~~~~~~~ 3 3 0.2.1: 4 * Changed the package distribution name back to pyrun 5 * in .pth files added support for relative paths, paths which contain 6 environment variables, paths which use operating specific aliases for $HOME 7 * Bug fixes and better reporting for the exclusion facility. 4 8 0.1.1: 5 9 * Added support for directory exclusions and path prunes. pyrun/trunk/pkg-info.rst
r796 r808 1 1 :License: MIT 2 2 :Name: pyrun 3 :Version: 0. 1.1c.dev3 :Version: 0.2.1a.dev 4 4 :Author: Robin Bryce 5 5 :Author-email: robinbryce@gmail.com pyrun/trunk/setup.py
r804 r808 30 30 31 31 PKG_INFO=get_info(file(abs_pkg_info).read()) 32 33 32 34 33 def update_docs(glob_pattern, ignore=None, docutils_conf=None):