Spaces:
Build error
Build error
File size: 158 Bytes
6680682 | 1 2 3 4 5 6 7 8 9 10 | from setuptools import setup, find_packages
setup(
name='sftp',
version='0.0.2',
author='Guanghui Qin',
packages=find_packages(),
)
|