bzr branch
http://gegoxaren.bato24.eu/bzr/loggerhead/trunk
498.3.1
by Jelmer Vernooij
Use python3 by default. |
1 |
#!/usr/bin/env python3
|
181.1.6
by Martin Albisetti
* Removed unused file |
2 |
#
|
3 |
# Copyright (C) 2008 Canonical Ltd.
|
|
4 |
# (Authored by Martin Albisetti <argentina@gmail.com>)
|
|
183.2.1
by John Arbash Meinel
Add Copyright information to most files. |
5 |
# This program is free software; you can redistribute it and/or modify
|
6 |
# it under the terms of the GNU General Public License as published by
|
|
7 |
# the Free Software Foundation; either version 2 of the License, or
|
|
8 |
# (at your option) any later version.
|
|
9 |
#
|
|
10 |
# This program is distributed in the hope that it will be useful,
|
|
11 |
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12 |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13 |
# GNU General Public License for more details.
|
|
14 |
#
|
|
15 |
# You should have received a copy of the GNU General Public License
|
|
16 |
# along with this program; if not, write to the Free Software
|
|
17 |
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
181.1.9
by Michael Hudson
some tweaks |
18 |
|
181.1.2
by Martin Albisetti
Removing left-over cruft from setup, and converting it to distutils |
19 |
"""Loggerhead is a web viewer for projects in bazaar"""
|
20 |
||
491.2.29
by Jelmer Vernooij
Use setuptools. |
21 |
from setuptools import setup |
389.2.1
by Matt Nordhoff
Some random PEP 8 and otehr stylistic changes. |
22 |
|
527.1.2
by Colin Watson
Modernize packaging. |
23 |
setup() |