From 78c68f7a5df3850577af2afe432343c5ec1fddef Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 21 Jun 2022 13:41:27 +0300 Subject: [PATCH] ALBS-443: Integrate CodeNotary with git updater tool - setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d5c68cb..d7c772d 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,16 @@ setup( version="0.0.1", author="Stepan Oksanichenko", author_email="soksanichenko@almalinux.org", - description="The python wrapper around binary cas from project Codenotary Community Attestation Service.", + description="The python wrapper around binary cas from " + "project Codenotary Community Attestation Service.", url="https://git.almalinux.org/almalinux/cas_wrapper", project_urls={ "Bug Tracker": "https://git.almalinux.org/almalinux/cas_wrapper/issues", }, classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", + "License :: OSI Approved :: " + "GNU General Public License v3 or later (GPLv3+)", "Operating System :: OS Independent", ], py_modules=['cas_wrapper'],