~statik/magicicada-gui/add-license

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Elliot Murphy
  • Date: 2010-06-04 21:23:31 UTC
  • Revision ID: elliot@elliotmurphy.com-20100604212331-klm9ryhms7zpf93d
commit before release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# -*- coding: utf-8 -*-
3
3
### BEGIN LICENSE
4
 
# This file is in the public domain
 
4
# Copyright (C) 2010 Natalia Bidart <natalia.bidart@gmail.com>
 
5
# Copyright (C) 2010 Facundo Batista <facundo@canonical.com>
 
6
 
7
# This program is free software: you can redistribute it and/or modify it 
 
8
# under the terms of the GNU General Public License version 3, as published 
 
9
# by the Free Software Foundation.
 
10
 
11
# This program is distributed in the hope that it will be useful, but 
 
12
# WITHOUT ANY WARRANTY; without even the implied warranties of 
 
13
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR 
 
14
# PURPOSE.  See the GNU General Public License for more details.
 
15
 
16
# You should have received a copy of the GNU General Public License along 
 
17
# with this program.  If not, see <http://www.gnu.org/licenses/>.
5
18
### END LICENSE
6
19
 
7
20
###################### DO NOT TOUCH THIS (HEAD TO THE SECOND PART) ######################
77
90
 
78
91
DistUtilsExtra.auto.setup(
79
92
    name='magicicada',
80
 
    version='0.1',
 
93
    version='10.06',
81
94
    license='GPL-3',
82
95
    author='Natalia Bidart',
83
96
    author_email='natalia.bidart@ubuntu.com',