Skip to content

Commit 8f71f30

Browse files
authored
Account for the chapel.py license in the SPDX expression and license files (#112)
[contributed by @musicinmybrain, reviewed by Lydia] Now that we are using an SPDX expression for the license metadata, we can account for the BSD-2-Clause license (`sphinxcontrib/chapeldomain/LICENSE`) of `chapel.py`. See https://peps.python.org/pep-0639/#spdx-license-expression-syntax. We can also list the applicable license file so that it is included in the `.dist-info` metadata.
2 parents c66e8ab + cc5e7e8 commit 8f71f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
version=version,
1616
url='https://github.com/chapel-lang/sphinxcontrib-chapeldomain',
1717
download_url='https://pypi.python.org/pypi/sphinxcontrib-chapeldomain',
18-
license='Apache-2.0',
19-
license_files=['LICENSE'],
18+
license='Apache-2.0 AND BSD-2-Clause',
19+
license_files=['LICENSE', 'sphinxcontrib/chapeldomain/LICENSE'],
2020
author='Chapel Team',
2121
author_email='[email protected]',
2222
description='Chapel domain for Sphinx',

0 commit comments

Comments
 (0)