From 819cbea9041b8785430bfbb5ca94987d37cb2df9 Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 15 Jul 2019 11:26:27 -0700 Subject: [PATCH] Remove the link from description. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a56d568..075e18e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ metadata = setup_cfg['metadata'] if __name__ == "__main__": setup( name=metadata['dist-name'], - description='A program to help users work with [QMK Firmware](https://qmk.fm/).', + description='A program to help users work with QMK Firmware.', entry_points={ 'console_scripts': ['%s = %s' % l for l in setup_cfg['entry_points'].items()] },