diff --git a/setup.py b/setup.py index 2a4552d..985018b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ class ReplaceLinks: return f'{m.group(1)}`@{name}`_' def extra(self): - return '\n\n' + '\n'.join(self.links) + '\n' + return '\n\n' + '\n'.join(sorted(self.links)) + '\n' description = 'Data validation and settings management using python 3.6 type hinting'