-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 896 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (27 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "geysergen"
version = "0.0.2"
authors = [
{ name="Austin James", email="ajamesut@utexas.edu" },
]
description = "A Python framework for hardware design integration"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 4 - Beta",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["jsonschema","lxml"]
[project.urls]
Homepage = "https://github.com/SLAM-Lab/GEYSER"
Codebase = "https://github.com/SLAM-Lab/GEYSER"
Issues = "https://github.com/SLAM-Lab/GEYSER/issues"
[project.scripts]
module_gen = "geysergen.scripts.module_gen:main"
parse_ipxact = "geysergen.scripts.ipxact_parse:main"
parse_ipxact_interface = "geysergen.scripts.parse_ipxact_inter_description:main"