From 45eb47cdb1c619cb428985291de56835da27673c Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Wed, 19 Jul 2023 21:09:20 -0700 Subject: [PATCH] Add changelog --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5b48974..7674a72 100644 --- a/setup.py +++ b/setup.py @@ -53,5 +53,6 @@ setuptools.setup( "Documentation": "http://peakrdl-regblock.readthedocs.io", "Source": "https://github.com/SystemRDL/PeakRDL-regblock", "Tracker": "https://github.com/SystemRDL/PeakRDL-regblock/issues", + "Changelog": "https://github.com/SystemRDL/PeakRDL-regblock/releases", }, )