File size: 419 Bytes
6fc683c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import setuptools

setuptools.setup(
  name="infoxlm",
  version="0.0.1",
  author="Zewen",
  author_email="[email protected]",
  description="infoxlm",
  url="https://github.com/CZWin32768/XLM-Align",
  packages=setuptools.find_packages(),
  install_requires=[],
  classifiers=(
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
  )
)