summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2f81494..ccfd67a 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name="blinker",
keywords='signal emit events broadcast',
long_description=readme,
license='MIT License',
- url='http://pythonhosted.org/blinker/',
+ url='https://pythonhosted.org/blinker/',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
'Development Status :: 5 - Production/Stable',
@@ -30,6 +30,7 @@ setup(name="blinker",
'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',
],