Mercurial > hg > configuration
changeset 130:6b798d23f99f
we are under new management
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Sun, 30 Mar 2014 19:12:00 -0700 |
parents | 66a4fe43b61f |
children | dff886188b55 |
files | README.txt setup.py |
diffstat | 2 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Wed Mar 12 15:42:28 2014 -0700 +++ b/README.txt Sun Mar 30 19:12:00 2014 -0700 @@ -5,7 +5,7 @@ - you have a (python) program that wants to read configuration from configuration files (I currently support JSON and YAML) and also - from the command line + from the command line [TODO: environment variables] - you want to be able to serialize and deserialize configuration @@ -112,10 +112,10 @@ See Also -------- - * https://pypi.python.org/pypi/crumbs/ , https://github.com/alunduil/crumbs + * https://pypi.python.org/pypi/crumbs/, https://github.com/alunduil/crumbs ---- Jeff Hammel -http://k0s.org/mozilla/hg/configuration +http://k0s.org/hg/configuration
--- a/setup.py Wed Mar 12 15:42:28 2014 -0700 +++ b/setup.py Sun Mar 30 19:12:00 2014 -0700 @@ -38,8 +38,8 @@ long_description=description, classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers author='Jeff Hammel', - author_email='jhammel@mozilla.com', - url='http://k0s.org/mozilla/hg/configuration', + author_email='k0scist@gmail.com', + url='http://k0s.org/hg/configuration', license='MPL', packages=['configuration'], include_package_data=True,