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 3da3e8b commit c14e3f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def bundle_db_files():
description = 'Lens distortion correction for Python, a wrapper for lensfun',
long_description = open('README.rst').read(),
author = 'Maik Riechert',
author_email = '[email protected]',
url = 'https://github.com/letmaik/lensfunpy',
classifiers=[
'Development Status :: 4 - Beta',
Expand All @@ -284,10 +283,6 @@ def bundle_db_files():
'Programming Language :: Cython',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: MacOS',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX',
Expand Down

0 comments on commit c14e3f1

Please sign in to comment.