Gaze-LLE / setup.py
fffiloni's picture
Migrated from GitHub
9c9498f verified
raw
history blame
1.14 kB
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()
)