Replace gnupg and PGP with OpenPGP
This commit replaces the tool names gnupg and PGP with the standard RFC term OpenPGP. Thanks to Guillem Jover for the inspiration.
This commit is contained in:
parent
a7ae04203d
commit
fe0a8c7851
12 changed files with 41 additions and 40 deletions
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Debian Member Portfolio Service setup
|
||||
# Copyright © 2009-2020 Jan Dittberner <jan@dittberner.info>
|
||||
# Copyright © 2009-2022 Jan Dittberner <jan@dittberner.info>
|
||||
#
|
||||
# This file is part of the Debian Member Portfolio Service.
|
||||
#
|
||||
|
|
@ -29,7 +29,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='debianmemberportfolio',
|
||||
version='0.7.2',
|
||||
version='0.7.3',
|
||||
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 https://wiki.debian.org/DDPortfolio. It
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue