Spaces:
Configuration error
Configuration error
File size: 334 Bytes
a2fcab8 |
1 2 3 4 5 6 7 8 9 10 11 |
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']
)
|