aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2011-01-28 13:17:42 +0100
committerLoïc Minier <lool@dooz.org>2011-01-28 13:17:42 +0100
commit1d4fed29df5f2c915f241d081746257ca93fa9fa (patch)
treebd736e650bc625abd3e299476f9ab2384c78bfec /setup.py
parentdf91b92828b79e498ff89c27c1e2670eedb9d3c3 (diff)
Add misc metadata: description, license, URL, author information...
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 6f30365..b7e3304 100755
--- a/setup.py
+++ b/setup.py
@@ -7,6 +7,12 @@ import subprocess
setup(
name="linaro-image-tools",
version="0.4.1.1",
+ description="Tools to create and write Linaro images",
+ url="https://launchpad.net/linaro-image-tools",
+ license="GPL v2 or later",
+ author='Linaro Infrastructure team',
+ author_email="linaro-dev@lists.linaro.org",
+
packages=["hwpack", "linaro_media_create"],
scripts=[
"linaro-hwpack-create", "linaro-hwpack-install",