Skip to content

Commit e319e55

Browse files
committed
pyproject: Include LICENSE in distribution.
As per PEP 639 licenses should be declared with two fields: * license is an SPDX license expression consisting of one or more license identifiers. * license-files is a list of license file glob patterns. See: https://peps.python.org/pep-0639/
1 parent d6d4c1f commit e319e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "pyxcrypt"
33
version = "0.1.1"
44
description = "Python3 bindings for libxcrypt"
55
license = "GPL-3.0-or-later"
6+
license-files = ["LICENSE"]
67
authors = [
78
{name = "Daniel Zagaynov", email = "[email protected]"}]
89
readme = "README.md"

0 commit comments

Comments
 (0)