Skip to content

Commit

Permalink
update package description and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed Dec 16, 2019
1 parent 8b716e3 commit 1564124
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file is part of tiny_gnupg, a small-as-possible solution for
# handling GnuPG ECC keys.
# handling GnuPG ed-25519 ECC keys.
#
# Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html
# Copyright © 2019-2020 Gonzo Investigatory Journalism Agency, LLC
Expand All @@ -11,7 +11,7 @@
from setuptools import setup, find_packages

description = """
tiny_gnupg - A small-as-possible solution for handling GnuPG ECC keys.
tiny_gnupg - A small-as-possible solution for handling GnuPG ed-25519 ECC keys.
""".replace("\n", "")

with open("README.rst", "r") as readme:
Expand All @@ -20,7 +20,7 @@
setup(
name="tiny_gnupg",
license="GPLv3",
version="0.4.2",
version="0.4.3",
description=description,
long_description=long_description,
url="https://github.com/rmlibre/tiny_gnupg",
Expand Down Expand Up @@ -56,6 +56,7 @@
"async",
"asyncio",
"clean",
"simple",
"code",
"tor",
"elliptic",
Expand Down

0 comments on commit 1564124

Please sign in to comment.