summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-21 20:44:42 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2006-05-21 20:44:42 +0000
commit1d2df07a408bab43d1a07a0f22cb9a96393eeec8 (patch)
tree78fcab38d21f4f40e15cc55d80cbf6173dce8d39 /setup.py
parent35a5e01dac7ac0ff3ab6048e7845ad02b7912fcc (diff)
downloaddocutils-1d2df07a408bab43d1a07a0f22cb9a96393eeec8.tar.gz
use $Id$ instead of $Date$ and $Revision$;
collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 5e2dbceda..903e58682 100755
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60
'url': 'http://docutils.sourceforge.net/',
'version': '0.5',
'author': 'David Goodger',
- 'author_email': 'goodger@users.sourceforge.net',
+ 'author_email': 'goodger@python.org',
'license': 'public domain, Python, BSD, GPL (see COPYING.txt)',
'platforms': 'OS-independent',
'package_dir': {'docutils': 'docutils', '': 'extras'},