# HG changeset patch # User Jeff Hammel # Date 1396231920 25200 # Node ID 6b798d23f99f79f7313ed658f28d9132811d54cd # Parent 66a4fe43b61fb5f271c7da92267e67ac4d1b9e1d we are under new management diff -r 66a4fe43b61f -r 6b798d23f99f README.txt --- 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 diff -r 66a4fe43b61f -r 6b798d23f99f setup.py --- 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,