Browse Source

setup.py: update maintainer email address

Fabian Peter Hammerle 4 năm trước cách đây
mục cha
commit
9a7c22afc9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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",