You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cjvt-valency/src/pkg/valency/setup.py

13 lines
292 B

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=[],
)