dotfiles/elpa/python-mode-6.0.10/setup.py

15 lines
487 B
Python
Raw Normal View History

2013-03-15 11:35:58 -06:00
#! /usr/bin/env python
# -*- coding: utf-8 -*-
from distutils.core import setup
setup(name='python-mode.el',
version='6.0.10',
url='http://launchpad.net/python-mode',
maintainer_email='andreas.roehler@online.de',
maintainer='Andreas Roehler',
description='Major mode for editing Python programs',
download_url='http://launchpad.net/python-mode/trunk/6.0.10/+download/python-mode.el-6.0.10.tar.gz',
license='GNU GPLv3, Python License',
)