from setuptools import setup setup( name='valency', version='0.1.1', description='Objects and functions for handling valency frames.', author='Kristjan Voje', author_email='kristjan.voje@gmail.com', license='MIT', packages=['valency'], install_requires=[], )