mirror of
https://github.com/qmk/qmk_cli.git
synced 2026-07-25 16:42:55 -04:00
Remove the link from description.
This commit is contained in:
@@ -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()]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user