@@ -0,0 +1,10 @@
from setuptools import setup, find_packages
setup(
name='Bertalign',
version='0.1.0',
url='https://github.com/bfsujason/bertalign',
description='An automatic mulitlingual sentence aligner.',
packages=find_packages(),
install_requires=[],
)
The note is not visible to the blocked user.