Skip to content

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnamgyu committed Mar 2, 2022
1 parent 4880ce7 commit 3b3b7fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name='CD-FSL',
version='',
packages=['data', 'model', 'methods', 'datasets'],
url='',
license='',
author='',
author_email='',
description=''
)

0 comments on commit 3b3b7fb

Please sign in to comment.