pkiage's picture
First commit
732b57d
raw
history blame
208 Bytes
from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.1.0',
description='Neutral Style Transfer Tool',
author='Author',
license='MIT',
)