Fixup license classifier in setup.cfg preventing pypi upload

Without this I could not upload to pypi [1] and since am here
also fixup the project url (linked via [1]).

[1] https://pypi.org/project/tripleo-get-hash/0.1.1.dev30/

Change-Id: Ib305c35a8eeced4c401213f20da42dde0a49997b
This commit is contained in:
Marios Andreou 2021-05-07 14:30:03 +03:00
parent 7101e4cdbc
commit aaf9dc7306
1 changed files with 1 additions and 2 deletions

View File

@ -5,13 +5,12 @@ author_email = marios@redhat.com
description = Get the tripleo build hash for a known RDO named tag. description = Get the tripleo build hash for a known RDO named tag.
long_description = file: README.md LICENSE long_description = file: README.md LICENSE
long_description_content_type = text/markdown long_description_content_type = text/markdown
url = https://opendev.org/openstack/tripleo-repos/tripleo-get-hash/ url = https://opendev.org/openstack/tripleo-repos/src/branch/master/tripleo-get-hash
project_urls = project_urls =
Bug Tracker = https://launchpad.net/tripleo Bug Tracker = https://launchpad.net/tripleo
license_file = LICENSE license_file = LICENSE
license = Apache-2.0 license = Apache-2.0
classifiers = classifiers =
License :: OSI Approved :: Apache License, Version 2.0
Programming Language :: Python Programming Language :: Python
[options] [options]