sociolome / setup.py
Gosse Minnema
Initial commit
05922fb
raw
history blame contribute delete
158 Bytes
from setuptools import setup, find_packages
setup(
name='sftp',
version='0.0.2',
author='Guanghui Qin',
packages=find_packages(),
)