~ubuntu-branches/ubuntu/breezy/antlr/breezy

« back to all changes in this revision

Viewing changes to lib/python/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2005-06-29 16:11:22 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050629161122-g81crc3z92p5xhsg
Tags: 2.7.5-6ubuntu4
Build depend on java-gcj-compat-dev, depend on java-gcj-compat.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
 
 
3
from distutils.core import setup
 
4
 
 
5
setup(name="antlr",
 
6
      version="2.7.5RC1",
 
7
      description="Python runtime support for ANTLR-generated parsers",
 
8
      author="Wolfgang Haefelinger / Marq Kole",
 
9
      author_email="ora.et.labora@web.de",
 
10
      url="http://www.antlr.org/",
 
11
      packages=['antlr'],
 
12
     )