Skip to content

Commit

Permalink
Updated author list
Browse files Browse the repository at this point in the history
  • Loading branch information
RealPolitiX committed Jul 27, 2020
1 parent a0b8595 commit d542d37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

__version_info__ = ('0', '9', '8')
__version__ = '.'.join(__version_info__)
__author__ = 'R. Patrick Xian'
__author__ = 'R. Patrick Xian, Laurenz Rettig'
__all__ = []
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
keywords='',
packages=find_packages(exclude=['docs', 'tests*']),
include_package_data=True,
author='R. Patrick Xian',
author='R. Patrick Xian, Laurenz Rettig',
install_requires=install_requires,
dependency_links=dependency_links,
author_email='[email protected]'
author_email='[email protected], [email protected]'
)

0 comments on commit d542d37

Please sign in to comment.