corpusparser as standalone project

This commit is contained in:
2019-03-17 13:22:01 +01:00
commit f87eafd9f2
13 changed files with 437 additions and 0 deletions

10
setup.py Normal file
View File

@@ -0,0 +1,10 @@
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,
)