From b5101867a84c1c480ffa62c04886eff65f1695fe Mon Sep 17 00:00:00 2001 From: Lenka Segura Date: Feb 21 2019 14:50:38 +0000 Subject: Fix setup.py and add setup.cfg to include license --- diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0c9e0fc --- /dev/null +++ b/setup.cfg @@ -0,0 +1,2 @@ +[metadata] +license_file = LICENSE diff --git a/setup.py b/setup.py index e052126..5496f66 100755 --- a/setup.py +++ b/setup.py @@ -8,12 +8,13 @@ except ImportError: setup( name='cranc', - version='0.2', + version='0.2.2', description='command line interface tool for pagure pull requests', long_description=''.join(open('README.md').readlines()), packages=['cranc'], author='Lenka Segura', author_email='lenka@sepu.cz', + license='GPLv3', entry_points=""" [console_scripts] cranc=cranc.cranc:cranc