~ubuntu-branches/ubuntu/trusty/python-mode/trusty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Barry Warsaw
  • Date: 2014-02-03 17:52:50 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140203175250-hl34l97n77s6chvw
Tags: 1:6.1.3-1
* New upstream release.
* d/control:
  + Update Maintainer field to my debian.org address.
  + Bump Standards-Version to 3.9.5 with no additional changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from distutils.core import setup
5
5
 
6
6
setup(name='python-mode.el',
7
 
      version='6.1.1',
 
7
      version='6.1.3',
8
8
      url='http://launchpad.net/python-mode',
9
9
      maintainer_email='andreas.roehler@online.de',
10
10
      maintainer='Andreas Roehler',
11
11
      description='Major mode for editing Python programs',
12
 
      download_url='http://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1tar.gz',
 
12
      download_url='http://launchpad.net/python-mode/trunk/6.1.3/+download/python-mode.el-6.1.3.tar.gz',
13
13
      license='GNU GPLv3, Python License',
14
14
      )