From 00d1cd32201078dc69e3b00bd9759a0b2998cb57 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 26 Nov 2017 10:24:34 +0100 Subject: setup.py: Add description and license for pypi --- setup.py | 3 +++ 1 file changed, 3 insertions(+) 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={ -- cgit v1.2.3