comparison setup.py @ 5:738a0ae251f6

Added GPL boilerplate.
author cmlenz
date Mon, 06 Jun 2005 15:56:51 +0000
parents 196009657e5e
children 9b57159428b0
comparison
equal deleted inserted replaced
4:196009657e5e 5:738a0ae251f6
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # -*- coding: iso8859-1 -*-
3 #
4 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de>
5 #
6 # Bitten is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License as
8 # published by the Free Software Foundation; either version 2 of the
9 # License, or (at your option) any later version.
10 #
11 # Trac is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
15 #
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 #
20 # Author: Christopher Lenz <cmlenz@gmx.de>
2 21
3 from distutils.core import setup, Command 22 from distutils.core import setup, Command
4 from bitten.distutils.testrunner import unittest 23 from bitten.distutils.testrunner import unittest
5 24
6 setup(name='bitten', version='1.0', 25 setup(name='bitten', version='1.0',
Copyright (C) 2012-2017 Edgewall Software