changeset 50:7b9eba0c4307 0.3.0

Added install over-rides to remember. IN: -
author John Schneiderman <JohnMS@CodeGNU.com>
date Thu, 21 Aug 2014 19:28:41 -0500
parents 4e1ed60b2643
children df9b499ac647
files doc/ChangeLog setup.cfg
diffstat 2 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/ChangeLog	Thu Aug 21 18:47:00 2014 -0500
+++ b/doc/ChangeLog	Thu Aug 21 19:28:41 2014 -0500
@@ -17,7 +17,7 @@
 ***  You should have received a copy of the GNU Affero General Public License***
 ***  along with this program. If not, see <http://www.gnu.org/licenses/>.    ***
 ********************************************************************************
-2014-08-13 John Schneiderman <Licensing _AT_ CodeGNU _DOT_ com> 0.3.0
+2014-08-21 John Schneiderman <Licensing _AT_ CodeGNU _DOT_ com> 0.3.0
 - Unregistering repositories will now only do so on an exact match of the
   storage name.
 - Generate default ignore file when creating a new managed repository.
--- a/setup.cfg	Thu Aug 21 18:47:00 2014 -0500
+++ b/setup.cfg	Thu Aug 21 19:28:41 2014 -0500
@@ -21,9 +21,21 @@
 
 [install]
 optimize = 2
+#install-base =
+#install-purelib = lib
+#install-platlib = lib.$PLAT
+#install-scripts = scripts
+#install-data = data
+
 
 [bdist_rpm]
 # Use --release to set the release number
 group = Development
-requires = python, mercurial, filelock
-doc_files = README, LICENSE, doc/ChangeLog, doc/CREDITS, doc/TODO
+requires = python
+	mercurial
+	filelock
+doc_files = README
+	LICENSE
+	doc/ChangeLog
+	doc/CREDITS
+	doc/TODO