ItchyB's picture
starting new practical learning branch using nbdev
3215e11
raw
history blame contribute delete
202 Bytes
from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.1.0',
description='Lesson02 fastai',
author='Byron Wright',
license='MIT',
)