From 3e35f4c9a26590a1aeb0f63c6026eccbd38d4a72 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 16 Jul 2024 22:18:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1d95526..37b99ba 100644 --- a/setup.py +++ b/setup.py @@ -63,9 +63,10 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -```""" +```""".strip() -PACKAGE_DESCRIPTION_SHORT = 'This is a collection of small fetchers for personal data spread around the internet.' +PACKAGE_DESCRIPTION_SHORT = """ +This is a collection of small fetchers for personal data spread around the internet.""".strip() def parse_version_file(text: str) -> str: