summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-11-26 10:24:34 +0100
committerMichał Górny <mgorny@gentoo.org>2017-11-26 10:24:34 +0100
commit00d1cd32201078dc69e3b00bd9759a0b2998cb57 (patch)
treeff0469f3587234edd75f93a571613d61e023a7e6 /setup.py
parentae4faec61d282601bd53e3f665ae5bdb94e0dc23 (diff)
downloadgemato-00d1cd32201078dc69e3b00bd9759a0b2998cb57.tar.gz
setup.py: Add description and license for pypi
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 97fde99..2b4f2c4 100644
--- a/setup.py
+++ b/setup.py
@@ -9,8 +9,11 @@ from setuptools import setup
setup(
name='gemato',
version='7',
+ description='Gentoo Manifest Tool -- a stand-alone utility to verify and update Gentoo Manifest files',
+
author='Michał Górny',
author_email='mgorny@gentoo.org',
+ license='BSD',
url='http://github.com/mgorny/gemato',
extras_require={