Skip to content

Commit 6c01fa0

Browse files
authored
Use new license declaration format (#108)
[Contributed by @bkmgit, reviewed by Lydia] Based on guidance about using a new format to specify the license information, https://packaging.python.org/en/latest/guides/licensing-examples-and-user-scenarios/. Passed CI testing (but I wouldn't expect that to be where a problem would be encountered).
2 parents fcf9081 + 5d36b00 commit 6c01fa0

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,7 +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 License v2.0',
18+
license='Apache-2.0',
19+
license_files=['LICENSE'],
1920
author='Chapel Team',
2021
author_email='[email protected]',
2122
description='Chapel domain for Sphinx',
@@ -27,7 +28,6 @@
2728
'Environment :: Web Environment',
2829
'Intended Audience :: Developers',
2930
'Intended Audience :: Education',
30-
'License :: OSI Approved :: Apache Software License',
3131
'Operating System :: OS Independent',
3232
'Programming Language :: Python',
3333
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)