File: setup.py

package info (click to toggle)
python-mode 1%3A6.2.3-1.1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,032 kB
  • sloc: lisp: 28,389; python: 781; sh: 72; makefile: 43
file content (14 lines) | stat: -rw-r--r-- 494 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/env python
# -*- coding: utf-8 -*-

from distutils.core import setup

setup(name='python-mode.el',
      version='6.2.3',
      url='http://launchpad.net/python-mode',
      maintainer_email='andreas.roehler@online.de',
      maintainer='python-mode.el developers',
      description='Major mode for editing Python programs',
      download_url='http://launchpad.net/python-mode/trunk/6.2.3/+download/python-mode.el-6.2.3.tar.gz',
      license='GNU GPLv3, Python License',
      )