~ubuntu-branches/ubuntu/precise/nautilus-image-manipulator/precise

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Emilien Klein
  • Date: 2011-05-17 22:39:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517223934-jgxacb5squm2wsz3
Tags: 0.3-1
New upstream 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
 
# Copyright (C) 2010 Emilien Klein <emilien _AT_ klein _DOT_ st>
 
4
# Copyright (C) 2010-2011 Emilien Klein <emilien _AT_ klein _DOT_ st>
5
5
6
6
# This program is free software: you can redistribute it and/or modify it 
7
7
# under the terms of the GNU General Public License version 3, as published 
75
75
 
76
76
DistUtilsExtra.auto.setup(
77
77
    name='nautilus-image-manipulator',
78
 
    version='0.2',
 
78
    version='0.3',
79
79
    license='GPL-3',
80
80
    author='Emilien Klein',
81
81
    author_email='emilien _AT_ klein _DOT_ st',