We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b19b9f7 commit 4ccd8ffCopy full SHA for 4ccd8ff
pyproject.toml
@@ -1,23 +1,21 @@
1
[build-system]
2
requires = [
3
- "setuptools >= 61.2",
4
- "setuptools_scm[toml] >= 6.2"
+ "setuptools >= 64",
+ "setuptools_scm[toml] >= 8"
5
]
6
build-backend = "setuptools.build_meta"
7
8
[tool.setuptools]
9
include-package-data = true
10
-packages = [
11
- "lambdalib"
12
-]
+packages = ["lambdalib"]
13
14
[project]
15
name = "lambdalib"
16
authors = [{name = "Zero ASIC"}]
17
description = "Standardized ASIC design libraries"
18
readme = "README.md"
19
urls = {Homepage = "https://github.com/siliconcompiler/lambdalib"}
20
-requires-python = ">= 3.8"
+requires-python = ">= 3.9"
21
license = {file = "LICENSE"}
22
dependencies = [
23
"siliconcompiler >= 0.34.3",
0 commit comments