small update to docs
diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,3 @@ -2012-11-02 +2012-11-11 ---------- * First release: 0.1 \ No newline at end of file diff --git a/README b/README --- a/README +++ b/README @@ -1,7 +1,7 @@ -python-configure 0.1 +pyconfigure 0.1 -------------------- -python-configure provides a means to easily manage the configuration +pyconfigure provides a means to easily manage the configuration and installation of Python programs with the familiar GNU standard installation procedure: @@ -12,12 +12,12 @@ installation procedure: Of course, since Python programs usually do not need to be compiled, the second step can be eliminated. -Currently, python-configure is designed to live alongside the +Currently, pyconfigure is designed to live alongside the traditional Python distutils (`setup.py') method, providing a wrapper around it. Later, it will expand to allow developers to bypass distutils altogether. -To use python-configure, you may simply drop the files from the src/ +To use pyconfigure, you may simply drop the files from the src/ directory into your Python project. Without modification, they provide a basic wrapper around setup.py that allows one to install to the chosen prefix. It allows one optionally to install the application to @@ -33,3 +33,6 @@ from verifying a minimum Python version the included documentation for more info and browse through the provided `configure.ac' sample Autoconf script for well-commented examples. + +pyconfigure is official GNU software and is released under the aegis +of GNU.