All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Python3.setup.py Maven / Gradle / Ivy

There is a newer version: 4.13.2
Show newest version
from distutils.core import setup

setup(
    name='antlr4-python3-runtime',
    version='4.5.3',
    packages=['antlr4', 'antlr4.atn', 'antlr4.dfa', 'antlr4.tree', 'antlr4.error', 'antlr4.xpath'],
    package_dir={'': 'src'},
    url='http://www.antlr.org',
    license='BSD',
    author='Eric Vergnaud, Terence Parr, Sam Harwell',
    author_email='[email protected]',
    description='ANTLR 4.5.3 runtime for Python 3.4.0'
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy