Gosse Minnema
Re-enable LOME
2890e34
raw
history blame
No virus
158 Bytes
from setuptools import setup, find_packages
setup(
name='sftp',
version='0.0.2',
author='Guanghui Qin',
packages=find_packages(),
)