Skip to content

Commit 4ccd8ff

Browse files
committed
Updating to be consistent with SC
1 parent b19b9f7 commit 4ccd8ff

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
[build-system]
22
requires = [
3-
"setuptools >= 61.2",
4-
"setuptools_scm[toml] >= 6.2"
3+
"setuptools >= 64",
4+
"setuptools_scm[toml] >= 8"
55
]
66
build-backend = "setuptools.build_meta"
77

88
[tool.setuptools]
99
include-package-data = true
10-
packages = [
11-
"lambdalib"
12-
]
10+
packages = ["lambdalib"]
1311

1412
[project]
1513
name = "lambdalib"
1614
authors = [{name = "Zero ASIC"}]
1715
description = "Standardized ASIC design libraries"
1816
readme = "README.md"
1917
urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
20-
requires-python = ">= 3.8"
18+
requires-python = ">= 3.9"
2119
license = {file = "LICENSE"}
2220
dependencies = [
2321
"siliconcompiler >= 0.34.3",

0 commit comments

Comments
 (0)