diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-26 10:24:34 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-26 10:24:34 +0100 |
commit | 00d1cd32201078dc69e3b00bd9759a0b2998cb57 (patch) | |
tree | ff0469f3587234edd75f93a571613d61e023a7e6 | |
parent | ae4faec61d282601bd53e3f665ae5bdb94e0dc23 (diff) | |
download | gemato-00d1cd32201078dc69e3b00bd9759a0b2998cb57.tar.gz |
setup.py: Add description and license for pypi
-rw-r--r-- | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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={ |