You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
long_description = "A package to handle specific operations on neuronal meshes with labeled data, including compressing and decompressing those labels."
# read in version number
with open(path.join(here, 'labelops', 'version.py')) as f:
exec(f.read())
with open(path.join(here, 'requirements.txt')) as f:
requirements = f.read().split()
setup(
name='labelops',
version=__version__,
description="Operates on labeled neuronal meshes.",