Skip to content

Commit c91a0fd

Browse files
Use SPDX license expression, ignore dist directory (#53)
Signed-off-by: Leander Stephen D'Souza <leanderdsouza1234@gmail.com> Co-authored-by: Scott K Logan <logans@cottsay.net>
1 parent d13303f commit c91a0fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__/
22
/*.egg-info/
3+
/dist/

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ classifiers =
1313
Development Status :: 3 - Alpha
1414
Environment :: Plugins
1515
Intended Audience :: Developers
16-
License :: OSI Approved :: Apache Software License
1716
Operating System :: MacOS
1817
Operating System :: Microsoft :: Windows
1918
Operating System :: POSIX
2019
Programming Language :: Python
2120
Topic :: Software Development :: Build Tools
22-
license = Apache License, Version 2.0
21+
license = Apache-2.0
2322
description = Extension for colcon to read CLI mixins from files.
2423
long_description = file: README.rst
2524
keywords = colcon

0 commit comments

Comments
 (0)