-
Notifications
You must be signed in to change notification settings - Fork 45
/
setup.py
9 lines (8 loc) · 1.12 KB
/
setup.py
1
2
3
4
5
6
7
8
9
import setuptools
setuptools.setup(
name="gazelle",
version="0.0.1",
author="Fiona Ryan",
description="Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders",
packages=setuptools.find_packages()
)