Skip to content

Commit 93b520e

Browse files
committed
update setup.py and Typo in README.md
1 parent f938355 commit 93b520e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This will take the first file, inject the metadata and write the result out to t
3535
or alternatively
3636

3737
cd spatialmedia
38+
3839
python gui.py
3940

4041
to use the simple GUI. Note on the GUI mesh is called fisheye after the style of video it works with.

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from distutils.core import setup
22

33
setup(name='spatialmedia',
4-
version='2.1a1',
5-
description='Specifications and tools for 360 video and spatial audio.',
6-
author='Google Inc',
4+
version='3.0.1',
5+
description='Specifications and tools for VR180 video and spatial audio.',
6+
author='Davie Burnett',
77
license='Apache License 2.0',
8-
url='https://github.com/google/spatial-media',
8+
url='https://github.com/vargol/spatial-media',
99
packages=['spatialmedia', 'spatialmedia.mpeg']
1010
)

0 commit comments

Comments
 (0)