------------------------------------------------------------
revno: 6582
committer: Barry Warsaw <[EMAIL PROTECTED]>
branch nick: 3.0
timestamp: Sun 2008-01-13 14:35:31 -0500
message:
  Fix the requirement for the setuptools/bzr plugin.  Update a copyright
  year.
modified:
  .bzrignore
  setup.py

=== modified file '.bzrignore'
--- a/.bzrignore        2007-10-31 21:39:41 +0000
+++ b/.bzrignore        2008-01-13 19:35:31 +0000
@@ -5,7 +5,7 @@
 dist/
 mailman.egg-info
 misc/mailman
-setuptoolsbzr-*.egg
+setuptools_bzr-*.egg
 staging
 TAGS
 var/

=== modified file 'setup.py'
--- a/setup.py  2007-11-04 23:10:21 +0000
+++ b/setup.py  2008-01-13 19:35:31 +0000
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 Barry A. Warsaw
+# Copyright (C) 2007-2008 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by the Free
@@ -98,6 +98,6 @@
         'zope.interface',
         ],
     setup_requires = [
-        'setuptoolsbzr',
+        'setuptools_bzr',
         ],
     )



--

https://code.launchpad.net/~mailman-coders/mailman/3.0

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to