Files
Castor/setup.py
T
rosequ 3de103ac79 end2end qa pipeline (#16)
+ Added a setup.py file
+ Reorganized the bridge file.
2017-04-16 12:11:21 -04:00

8 lines
162 B
Python

from setuptools import setup
setup(name='castor',
version='1.0.0',
description='models for question answering',
packages=['sm_model'],
)