vim/sadness/bike/ide-integration/Pymacs-0.20/setup.py @ cffc630cdd07

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jan 2011 00:02:54 -0500
parents cfd5d659d737
children (none)
#!/usr/bin/env python

import sys
sys.path.insert(0, '.')
from Pymacs import package, version
del sys.path[0]

from distutils.core import setup

setup(name=package,
      version=version,
      description='Interface between Emacs LISP and Python.',
      author='François Pinard',
      author_email='pinard@iro.umontreal.ca',
      url='http://www.iro.umontreal.ca/~pinard',
      scripts=['pymacs-services', 'pymacs-services.bat', 'rebox'],
      packages=['Pymacs'])