from setuptools import setup setup(name='corpusparser', version='0.0.1', description=u"Parser for kres and ssj500k", author=u"Kristjan Voje", author_email='kristjan.voje@gmail.com', license='MIT', zip_safe=False, )