mirror of
https://github.com/wassname/Castor.git
synced 2026-09-25 13:10:11 +08:00
8 lines
162 B
Python
8 lines
162 B
Python
from setuptools import setup
|
|
|
|
setup(name='castor',
|
|
version='1.0.0',
|
|
description='models for question answering',
|
|
packages=['sm_model'],
|
|
)
|