summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 7699c5f..462ccd3 100644
--- a/setup.py
+++ b/setup.py
@@ -12,9 +12,12 @@ setup(name="blinker",
packages=['blinker'],
author='Jason Kirtland',
author_email='jek@discorporate.us',
+ maintainer="Pallets Ecosystem",
+ maintainer_email="contact@palletsprojects.com",
description='Fast, simple object-to-object and broadcast signaling',
keywords='signal emit events broadcast',
long_description=readme,
+ long_description_content_type="text/x-rst",
license='MIT License',
url='https://blinker.readthedocs.io',
project_urls={