pkiage's picture
Update setup instructions and documentation
05b53a3
raw
history blame
211 Bytes
from setuptools import find_packages, setup
setup(
name='src',
packages=find_packages(),
version='0.1.0',
description='Tool for credit risk modelling',
author='Author',
license='MIT',
)