Browse Source

setup.py: update maintainer email address

Fabian Peter Hammerle 4 years ago
parent
commit
9a7c22afc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -7,7 +7,7 @@ setuptools.setup(
     name='dlinfo',
     use_scm_version=True,
     maintainer='Cloudflight Space',
-    maintainer_email='space@cloudflight.io',
+    maintainer_email='aerospace@cloudflight.io',
     description="Python wrapper for libc\'s dlinfo and dyld_find on Mac",
     long_description=LONG_DESCRIPTION,
     license="MIT",