Skip to content

Commit

Permalink
Adding setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hrichardlee committed Jul 19, 2022
1 parent 9b1a9bf commit ae43e38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Empty file added models/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions setup.py
@@ -0,0 +1,7 @@
from setuptools import setup

setup(
name="swinir",
packages=["models", "utils"],
py_modules=["main_test_swinir"]
)

0 comments on commit ae43e38

Please sign in to comment.