Skip to content

Commit 8a8e1ad

Browse files
committed
Switch to SPDX license identifier in setup.cfg
The classifier is now deprecated in modern setuptools in favor of using SPDX identifiers as license values.
1 parent 84ee0d5 commit 8a8e1ad

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ classifiers =
1111
Development Status :: 3 - Alpha
1212
Environment :: Plugins
1313
Intended Audience :: Developers
14-
License :: OSI Approved :: Apache Software License
1514
Operating System :: MacOS
1615
Operating System :: POSIX
1716
Programming Language :: Python
1817
Topic :: Software Development :: Build Tools
19-
license = Apache License, Version 2.0
18+
license = Apache-2.0
2019
description = Extension for colcon to serve as a template for new extensions.
2120
long_description = file: README.rst
2221
keywords = colcon

0 commit comments

Comments
 (0)