mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-04-12 22:51:46 +03:00
pyzfs: update license tags/classifiers
The standard for package license metadata[1] is a SPDX identifier in the the `license` and that's all. So, updating that, remove the deprecated license classifier, and adding a tag at the top of the file for spdxcheck to find. 1. https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license Sponsored-by: TrueNAS Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rob Norris <rob.norris@truenas.com> Closes #18356
This commit is contained in:
parent
a45929021a
commit
ef47c3a0be
@ -1,3 +1,4 @@
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
# Copyright 2015 ClusterHQ
|
||||
#
|
||||
@ -25,11 +26,10 @@ setup(
|
||||
author="ClusterHQ",
|
||||
author_email="support@clusterhq.com",
|
||||
url="http://pyzfs.readthedocs.org",
|
||||
license="Apache License, Version 2.0",
|
||||
license="Apache-2.0",
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: Apache Software License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
|
||||
@ -147,7 +147,6 @@ my $untagged_patterns = q(
|
||||
contrib/bpftrace/zfs-trace.sh
|
||||
contrib/pyzfs/docs/source/conf.py
|
||||
contrib/pyzfs/libzfs_core/test/__init__.py
|
||||
contrib/pyzfs/setup.py.in
|
||||
contrib/zcp/autosnap.lua
|
||||
scripts/commitcheck.sh
|
||||
scripts/man-dates.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user