Skip to content

Commit

Permalink
Add @akaszynski to authors
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan authored Jul 26, 2022
1 parent 0ed0b14 commit 32c65ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scooby/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
]


__author__ = 'Dieter Werthmüller & Bane Sullivan'
__author__ = 'Dieter Werthmüller, Bane Sullivan, & Alex Kaszynski'
__license__ = 'MIT'
__copyright__ = '2019, Dieter Werthmüller & Bane Sullivan'
__version__ = '0.7.dev0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setuptools.setup(
name="scooby",
version=__version__,
author="Dieter Werthmüller & Bane Sullivan",
author="Dieter Werthmüller, Bane Sullivan, & Alex Kaszynski",
author_email="info@pyvista.org",
description="A Great Dane turned Python environment detective",
long_description=long_description,
Expand Down

0 comments on commit 32c65ce

Please sign in to comment.