[PATCH] D65762: lit: Use a License classifier that pypi will accept
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 5 11:31:29 PDT 2019
tstellar updated this revision to Diff 213419.
tstellar added a comment.
Remove accidental version bump.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65762/new/
https://reviews.llvm.org/D65762
Files:
llvm/utils/lit/setup.py
Index: llvm/utils/lit/setup.py
===================================================================
--- llvm/utils/lit/setup.py
+++ llvm/utils/lit/setup.py
@@ -60,7 +60,7 @@
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: Apache-2.0 with LLVM exception',
+ 'License :: Freely Distributable',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65762.213419.patch
Type: text/x-patch
Size: 540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190805/5a3e0d9d/attachment.bin>
More information about the llvm-commits
mailing list