rohitmeshram976's picture
Update VR 180 Converter with HF_TOKEN and spatial-media
a2fcab8
raw
history blame contribute delete
334 Bytes
from distutils.core import setup
setup(name='spatialmedia',
version='2.1a1',
description='Specifications and tools for 360 video and spatial audio.',
author='Google Inc',
license='Apache License 2.0',
url='https://github.com/google/spatial-media',
packages=['spatialmedia', 'spatialmedia.mpeg']
)