Skip to content

Commit

Permalink
remove optional author_email field
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik authored Aug 5, 2023
1 parent 44e8fa2 commit 4a7e724
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def build_extensions(self):
name='pyvirtualcam',
version=__version__,
author='Maik Riechert',
author_email='[email protected]',
url='https://github.com/letmaik/pyvirtualcam',
description='Send frames to a virtual camera',
long_description = open('README.md').read(),
Expand All @@ -158,4 +157,4 @@ def build_extensions(self):
install_requires=['numpy'],
cmdclass={'build_ext': BuildExt},
zip_safe=False,
)
)

0 comments on commit 4a7e724

Please sign in to comment.