There was an error while loading. Please reload this page.
1 parent d13303f commit c91a0fdCopy full SHA for c91a0fd
2 files changed
.gitignore
@@ -1,2 +1,3 @@
1
__pycache__/
2
/*.egg-info/
3
+/dist/
setup.cfg
@@ -13,13 +13,12 @@ classifiers =
13
Development Status :: 3 - Alpha
14
Environment :: Plugins
15
Intended Audience :: Developers
16
- License :: OSI Approved :: Apache Software License
17
Operating System :: MacOS
18
Operating System :: Microsoft :: Windows
19
Operating System :: POSIX
20
Programming Language :: Python
21
Topic :: Software Development :: Build Tools
22
-license = Apache License, Version 2.0
+license = Apache-2.0
23
description = Extension for colcon to read CLI mixins from files.
24
long_description = file: README.rst
25
keywords = colcon
0 commit comments