diff options
| author | (no author) <(no author)@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-05-01 02:53:07 +0000 |
|---|---|---|
| committer | (no author) <(no author)@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2002-05-01 02:53:07 +0000 |
| commit | 9e0c8b3997b83945c58c5ede77278f205b97d03e (patch) | |
| tree | 5fdea7c382ce0fdcc49bc2bc0f9e8faaa7f4effc /docutils/setup.py | |
| parent | 6a5511292419427c9a4c9258b71c47d072a02878 (diff) | |
| download | docutils-tibs.tar.gz | |
This commit was manufactured by cvs2svn to create branch 'tibs'.tibs
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/tibs@63 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/setup.py')
| -rwxr-xr-x | docutils/setup.py | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docutils/setup.py b/docutils/setup.py deleted file mode 100755 index ca4fb45f2..000000000 --- a/docutils/setup.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/env python -# $Id$ - -from distutils.core import setup - -def do_setup(): - dist = setup( - name = 'docutils', - description = 'Python Documentation Utilities', - #long_description = '', - url = 'http://docutils.sourceforge.net/', - version = '0.1', - author = 'David Goodger', - author_email = 'goodger@users.sourceforge.net', - license = 'public domain, Python (see COPYING.txt)', - packages = ['docutils', 'docutils.readers', 'docutils.writers', - 'docutils.transforms', 'docutils.languages', - 'docutils.parsers', 'docutils.parsers.rst', - 'docutils.parsers.rst.directives', - 'docutils.parsers.rst.languages']) - return dist - -if __name__ == '__main__' : - do_setup() |
