comparison setup.py @ 27:b4f78c05e5c9 trunk

* Fix the boilerplate in the Python source files. * Some more docstrings and cosmetic fixes.
author cmlenz
date Wed, 28 Jun 2006 09:28:09 +0000
parents 49364e784c47
children 59eb24184e9c
comparison
equal deleted inserted replaced
26:3c1a022be04c 27:b4f78c05e5c9
4 # Copyright (C) 2006 Christopher Lenz 4 # Copyright (C) 2006 Christopher Lenz
5 # All rights reserved. 5 # All rights reserved.
6 # 6 #
7 # This software is licensed as described in the file COPYING, which 7 # This software is licensed as described in the file COPYING, which
8 # you should have received as part of this distribution. The terms 8 # you should have received as part of this distribution. The terms
9 # are also available at http://trac.edgewall.com/license.html. 9 # are also available at http://markup.cmlenz.net/wiki/License.
10 # 10 #
11 # This software consists of voluntary contributions made by many 11 # This software consists of voluntary contributions made by many
12 # individuals. For the exact contribution history, see the revision 12 # individuals. For the exact contribution history, see the revision
13 # history and logs, available at http://projects.edgewall.com/trac/. 13 # history and logs, available at http://markup.cmlenz.net/log/.
14 14
15 from setuptools import setup, find_packages 15 from setuptools import setup, find_packages
16 16
17 setup( 17 setup(
18 name='Markup', version='0.1', 18 name='Markup', version='0.1',
Copyright (C) 2012-2017 Edgewall Software