Spaces:
Runtime error
Runtime error
File size: 208 Bytes
732b57d |
1 2 3 4 5 6 7 8 9 10 11 |
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',
)
|