Skip to content

Commit

Permalink
Replace author_email
Browse files Browse the repository at this point in the history
  • Loading branch information
rybnico committed Feb 26, 2023
1 parent 106e9fb commit 65e0e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def version():

setup(
author='Nicolai Rybnikar',
author_email='nico@rybnikar.de',
author_email='octodns-kubernetes@rybnikar.de',
description=description,
extras_require={
'dev': tests_require
Expand All @@ -59,6 +59,6 @@ def version():
packages=find_packages(),
python_requires='>=3.6',
tests_require=tests_require,
url='https://github.com/octodns/octodns-kubernetes',
url='https://github.com/rybnico/octodns-kubernetes',
version=version(),
)

0 comments on commit 65e0e86

Please sign in to comment.