Skip to content

Commit 030505a

Browse files
committed
Update author info in setup.py
1 parent d0c6769 commit 030505a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
name='streamdeck',
1111
version=version,
1212
description='Library to control Elgato StreamDeck devices.',
13-
author='Dean Camera',
14-
author_email='[email protected]',
15-
url='https://github.com/abcminiuser/python-elgato-streamdeck',
13+
author='Core447',
14+
author_email='[email protected]',
15+
url='https://github.com/StreamController/sc-python-elgato-streamdeck',
1616
package_dir={'': 'src'},
1717
packages=setuptools.find_packages(where='src'),
1818
install_requires=[],

0 commit comments

Comments
 (0)