forked from jan/debianmemberportfolio
Use https instead of http in links, comments, docstrings etc.
Update URLs to new sites where needed.
This commit is contained in:
parent
dbb3fdf106
commit
ec3a33545c
40 changed files with 100 additions and 100 deletions
6
setup.py
6
setup.py
|
|
@ -17,7 +17,7 @@
|
|||
# General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU Affero General Public
|
||||
# License along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# License along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#
|
||||
try:
|
||||
from setuptools import setup, find_packages
|
||||
|
|
@ -31,10 +31,10 @@ setup(
|
|||
version='0.3.2',
|
||||
description='service to create Debian Member Portfolio URLs',
|
||||
long_description="""This is a service implementation that returns a set of
|
||||
personalized URLs as outlined in http://wiki.debian.org/DDPortfolio. It
|
||||
personalized URLs as outlined in https://wiki.debian.org/DDPortfolio. It
|
||||
takes the Debian Member's full name and email address as input and returns
|
||||
a JSON formatted array of URLs.""",
|
||||
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
# Get strings from https://pypi.python.org/pypi?%3Aaction=list_classifiers
|
||||
classifiers=['Development Status :: 5 - Production/Stable',
|
||||
'Environment :: Web Environment',
|
||||
'License :: DFSG approved',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue