Mercurial > hg > carton
changeset 40:39fa450b21bd default tip
updates for today
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Mon, 22 Feb 2016 14:16:09 -0800 |
parents | d9dcc5a1503b |
children | |
files | README.txt setup.py |
diffstat | 2 files changed, 9 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Mon Apr 09 13:46:42 2012 -0700 +++ b/README.txt Mon Feb 22 14:16:09 2016 -0800 @@ -3,17 +3,17 @@ make a self-extracting virtualenv from directories or URLs of packages -See the docstring of carton.py for documentation: http://k0s.org/mozilla/hg/carton/file/tip/carton.py#l3 +See the docstring of carton.py for documentation: http://k0s.org/hg/carton/file/tip/carton.py#l3 Carton provides a one-file portable package of a virtualenv and all of its software. -Carton lives at http://k0s.org/mozilla/hg/carton +Carton lives at http://k0s.org/hg/carton Tests illustrating carton's use are at http://k0s.org/mozilla/hg/carton/file/tip/tests/doctest.txt -A self-extracting carton of, um, carton is at +A self-extracting carton of, um, carton is at http://k0s.org/mozilla/hg/carton/file/tip/carton-env.py @@ -42,7 +42,7 @@ ---- carton is essentially finished. Features can be added by request -(just mail me: jhammel __at__ mozilla __dot__ com), but the scope of +(just mail me: k0scist __at___ gm ail __dot__ com ), but the scope of the project is pretty much fulfilled. There are a few items I would like to add: @@ -58,7 +58,7 @@ available - it would be nice to be able to specify a post-deployment script to - be run + be run Links @@ -68,7 +68,6 @@ * https://github.com/jbalogh/vending-machine: a script for managing vendor libraries - * https://bitbucket.org/kumar303/eco: Eco helps you maintain a local Python ecosystem
--- a/setup.py Mon Apr 09 13:46:42 2012 -0700 +++ b/setup.py Mon Feb 22 14:16:09 2016 -0800 @@ -6,17 +6,17 @@ except ImportError: description = None -version = '0.2.3' +version = '0.3' setup(name='carton', version=version, description="make self-extracting virtualenvs", long_description=description, classifiers=[], # Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers - keywords='mozilla', + keywords='packaging', author='Jeff Hammel', - author_email='jhammel@mozilla.com', - url='http://k0s.org/mozilla/hg/carton', + author_email='k0scist@gmail.com', + url='http://k0s.org/hg/carton', license='MPL', py_modules=['carton'], packages=[],