summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 09:27:42 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:27:42 -0700
commite11e6d8705af987b43833d0a0b4931ce9c73e674 (patch)
tree22a87a0dde14cb6fa9c8d891d6ac6848a7a32096
parent4e83e35dadea01b954c9d57e83f9d70f3a55d85f (diff)
downloadblinker-e11e6d8705af987b43833d0a0b4931ce9c73e674.tar.gz
update links
-rw-r--r--setup.py12
1 files changed, 2 insertions, 10 deletions
diff --git a/setup.py b/setup.py
index e76c03e..7699c5f 100644
--- a/setup.py
+++ b/setup.py
@@ -16,9 +16,9 @@ setup(name="blinker",
keywords='signal emit events broadcast',
long_description=readme,
license='MIT License',
- url='https://pythonhosted.org/blinker/',
+ url='https://blinker.readthedocs.io',
project_urls={
- 'Source': 'https://github.com/jek/blinker',
+ 'Source': 'https://github.com/pallets-eco/blinker',
},
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
@@ -27,14 +27,6 @@ setup(name="blinker",
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
- 'Programming Language :: Python :: 2',
- 'Programming Language :: Python :: 2.7',
- 'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.5',
- 'Programming Language :: Python :: 3.6',
- 'Programming Language :: Python :: 3.7',
- 'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries',
- 'Topic :: Utilities',
],
)