Skip to content

Commit

Permalink
#7; add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8893 committed Jul 2, 2021
1 parent e16ee26 commit f163cfa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mlops/mpg-pred-end-to-end-ml/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from setuptools import setup, find_packages

setup(
author='Abhishek Bhatia',
author_email='[email protected]',
name='src',
version='0.0.1',
packages=find_packages(['src', 'src.*']),
)

0 comments on commit f163cfa

Please sign in to comment.