[PATCH] D65762: lit: Use a License classifier that pypi will accept

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 08:49:58 PDT 2019


tstellar updated this revision to Diff 213918.
tstellar added a comment.

Add missing comma.


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 :: OSI Approved :: Apache Software License',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Programming Language :: Python',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65762.213918.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/a08b1e1a/attachment.bin>


More information about the llvm-commits mailing list