Skip to content

Commit f3304df

Browse files
committed
Update for release
1 parent 426e7ff commit f3304df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ Python code for controlling PTZ cameras using VISCA commands over a local networ
77
[Documentation](https://visca-over-ip.readthedocs.io)
88

99
## Applications
10+
1011
If you are looking for a graphical program to control a camera, use [VISCA IP Controller GUI](https://github.com/misterhay/VISCA-IP-Controller-GUI). For joystick control use [Visca Joystick](https://github.com/International-Anglican-Church/visca-joystick).

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
project = 'visca_over_ip'
88
author = 'Yook74 and misterhay'
99
version = visca_over_ip.__version__
10-
copyright = '2022, Andrew Blomenberg'
1110

1211
extensions = ['sphinx.ext.autodoc']
1312
html_theme = 'nature'

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',
1313
author='Yook74 and misterhay',
14-
author_email='andrewBlomen@gmail.com',
15-
url='https://github.com/Yook74/VISCA-IP-Controller',
14+
author_email='misterhay@gmail.com',
15+
url='https://github.com/misterhay/VISCA-IP-Controller',
1616
packages=['visca_over_ip'],
1717
)

0 commit comments

Comments
 (0)