From 44a8633ef26b5173d2c7c9c02d7e8ac16440132e Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Nov 10 2017 23:18:10 +0000 Subject: Reference the trove classifiers as an HTTPS URL. --- diff --git a/setup.py b/setup.py index c55aa30..f5468f7 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup_kwargs = dict( url=metadata.url, long_description=long_description, classifiers=[ - # Reference: http://pypi.python.org/pypi?%3Aaction=list_classifiers + # Reference: https://pypi.python.org/pypi?%3Aaction=list_classifiers "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX",