From 15f1ef3abce1c45a6fd1be1b8a6ba6b0f91c9c86 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Fri, 8 Sep 2023 15:35:22 -0400 Subject: [PATCH] Remove PRE from Porter description and banner. --- porter/__about__.py | 2 +- porter/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/porter/__about__.py b/porter/__about__.py index 95149b8..95b4f57 100644 --- a/porter/__about__.py +++ b/porter/__about__.py @@ -12,7 +12,7 @@ __url__ = "https://github.com/nucypher/nucypher-porter" -__summary__ = 'Pipe for PRE on Threshold Network' +__summary__ = "Pipe for TACo on Threshold Network" __version__ = "1.0.0" diff --git a/porter/main.py b/porter/main.py index 460767f..d357361 100644 --- a/porter/main.py +++ b/porter/main.py @@ -39,7 +39,7 @@ | | | |_| | | | |_( (/ /| | |_| \___/|_| \___)____)_| -the Pipe for PRE Application network operations +the Pipe for TACo Application network operations """