From c8bd4ff26e5018601090bb6c1bb22495851eef79 Mon Sep 17 00:00:00 2001 From: Alex Mykyta Date: Fri, 27 Oct 2023 20:18:20 -0700 Subject: [PATCH] Adjust setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c78b428..9cba843 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], include_package_data=True, install_requires=[ - "systemrdl-compiler>=1.13.0", + "systemrdl-compiler >= 1.13.0, < 2", "Jinja2>=2.9", "markdown", "git-me-the-url>=2.0.3", @@ -57,5 +57,6 @@ project_urls={ "Source": "https://github.com/SystemRDL/PeakRDL-html", "Tracker": "https://github.com/SystemRDL/PeakRDL-html/issues", + "Changelog": "https://github.com/SystemRDL/PeakRDL-html/releases", }, )