diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-01 00:15:21 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-08-01 00:15:21 +0000 |
| commit | b2bbe2e97f6538c0d9a4ddf6190531026ae93a5a (patch) | |
| tree | a32e959a95e72490e336ef443306efa1790dbdc6 /docutils/setup.py | |
| parent | bc9199506af50fa7c551be773e1b4b5bd7dfaac1 (diff) | |
| download | docutils-b2bbe2e97f6538c0d9a4ddf6190531026ae93a5a.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@433 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docutils/setup.py b/docutils/setup.py index ef42fdfd2..06393c568 100755 --- a/docutils/setup.py +++ b/docutils/setup.py @@ -9,10 +9,10 @@ def do_setup(): description = 'Python Documentation Utilities', #long_description = '', url = 'http://docutils.sourceforge.net/', - version = '0.1+', + version = '0.2', author = 'David Goodger', author_email = 'goodger@users.sourceforge.net', - license = 'public domain, Python (see COPYING.txt)', + license = 'public domain, Python, BSD (see COPYING.txt)', packages = ['docutils', 'docutils.readers', 'docutils.writers', 'docutils.transforms', 'docutils.languages', 'docutils.parsers', 'docutils.parsers.rst', |
