ALBS-443: Integrate CodeNotary with git updater tool

- setup.py
This commit is contained in:
soksanichenko 2022-06-21 13:41:27 +03:00
parent 576b7e0185
commit 78c68f7a5d
1 changed files with 4 additions and 2 deletions

View File

@ -5,14 +5,16 @@ setup(
version="0.0.1", version="0.0.1",
author="Stepan Oksanichenko", author="Stepan Oksanichenko",
author_email="soksanichenko@almalinux.org", 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", url="https://git.almalinux.org/almalinux/cas_wrapper",
project_urls={ project_urls={
"Bug Tracker": "https://git.almalinux.org/almalinux/cas_wrapper/issues", "Bug Tracker": "https://git.almalinux.org/almalinux/cas_wrapper/issues",
}, },
classifiers=[ classifiers=[
"Programming Language :: Python :: 3", "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", "Operating System :: OS Independent",
], ],
py_modules=['cas_wrapper'], py_modules=['cas_wrapper'],