summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2008-01-13 14:35:31 -0500
committerBarry Warsaw2008-01-13 14:35:31 -0500
commit90355248db6f6619148abb2a9137c3a564345729 (patch)
tree04ef4e8cd49e70419c21b4b1226443bee293f7d4
parent7923b90f0349f9e2dc891082e2e1c3bf23b4d79c (diff)
downloadmailman-90355248db6f6619148abb2a9137c3a564345729.tar.gz
mailman-90355248db6f6619148abb2a9137c3a564345729.tar.zst
mailman-90355248db6f6619148abb2a9137c3a564345729.zip
Fix the requirement for the setuptools/bzr plugin. Update a copyright
year.
Diffstat (limited to '')
-rw-r--r--.bzrignore2
-rw-r--r--setup.py4
2 files changed, 3 insertions, 3 deletions
diff --git a/.bzrignore b/.bzrignore
index d17a0df0b..a365285be 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -5,7 +5,7 @@ cron/crontab.in
dist/
mailman.egg-info
misc/mailman
-setuptoolsbzr-*.egg
+setuptools_bzr-*.egg
staging
TAGS
var/
diff --git a/setup.py b/setup.py
index 22747880f..fc14427b0 100644
--- a/setup.py
+++ b/setup.py
@@ -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 @@ Any other spelling is incorrect.""",
'zope.interface',
],
setup_requires = [
- 'setuptoolsbzr',
+ 'setuptools_bzr',
],
)