aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@amacapital.net>2014-09-07 15:24:12 -0700
committerAndy Lutomirski <luto@amacapital.net>2014-09-09 15:54:42 -0700
commit79fa4e2f8f5c3e915ab1dd6fb5b3d616b46f7d32 (patch)
treea8faf4ead58a06a272090742af2cf7227befec9a
parenta5602c216ee05a0f6fadf821699bc8893cfe8f91 (diff)
downloadvirtme-79fa4e2f8f5c3e915ab1dd6fb5b3d616b46f7d32.tar.gz
setup.py: The license should be a short string
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a4e9a9f..0a1f817 100755
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ setup(
author_email='luto@amacapital.net',
description='simple tools for kernel testing in a virtualized host',
url='https://git.kernel.org/cgit/utils/kernel/virtme/virtme.git',
- license=open('./LICENSE').read(),
+ license='GPLv2',
long_description=open('./README.md').read(),
packages=['virtme', 'virtme.commands'],
install_requires=[],