Skip to content

Commit 607faca

Browse files
committed
Drop support for Python 3.5 and 3.6
1 parent bbea28a commit 607faca

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "peakrdl-html"
77
dynamic = ["version"]
8-
requires-python = ">=3.5"
8+
requires-python = ">=3.7"
99
dependencies = [
1010
"systemrdl-compiler >= 1.13.0, < 2",
1111
"Jinja2>=2.9",
@@ -19,7 +19,7 @@ authors = [
1919
]
2020
description = "HTML documentation generator for SystemRDL-based register models"
2121
readme = "README.md"
22-
license = {file = "LICENSE"}
22+
license = {text = "GPLv3"}
2323
keywords = [
2424
"SystemRDL", "PeakRDL", "CSR", "compiler", "tool", "registers", "generator",
2525
"HTML", "documentation",
@@ -36,6 +36,11 @@ classifiers = [
3636
"Topic :: Software Development :: Documentation",
3737
]
3838

39+
[project.optional-dependencies]
40+
cli = [
41+
"peakrdl-cli >= 1.2.3",
42+
]
43+
3944
[project.urls]
4045
Source = "https://github.com/SystemRDL/PeakRDL-html"
4146
Tracker = "https://github.com/SystemRDL/PeakRDL-html/issues"

0 commit comments

Comments
 (0)