blob: 7cb8ee10d4d3f161584425067e7cb5a45ff3e4f2 [file] [log] [blame]
#!/usr/bin/env python
from distutils.core import setup
setup(name='plyprotobuf',
version='1.2',
description='Protobuf Parsing Library that uses ply',
author='Dusan Klinec',
url='https://github.com/sb98052/plyprotobuf',
packages=['plyproto'],
install_requires=['ply']
)