Skip to content

Commit

Permalink
Fix license and plugin version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pulb committed Jan 31, 2015
1 parent 9497ab1 commit 8cef831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import shutil

PACKAGE_NAME = 'mailnag-unity-plugin'
PLUGIN_VERSION = '1.0'
PLUGIN_VERSION = '1.1'

# TODO : This hack won't work with --user and --home options
PREFIX = '/usr'
Expand Down Expand Up @@ -72,7 +72,7 @@ def run (self):
author='Patrick Ulbrich',
author_email='[email protected]',
url='https://github.com/pulb/mailnag-unity-plugin',
license='GNU GPL3',
license='GNU GPL2',
package_dir = {'Mailnag.plugins' : BUILD_PLUGIN_DIR},
packages=['Mailnag.plugins'],
scripts=['mailnag-unity-action-launcher'],
Expand Down

0 comments on commit 8cef831

Please sign in to comment.