You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
878 B
32 lines
878 B
[project] |
|
name = "kyupy" |
|
version = "0.0.5" |
|
authors = [ |
|
{ name="Stefan Holst", email="mail@s-holst.de" }, |
|
] |
|
description = 'High-performance processing and analysis of non-hierarchical VLSI designs' |
|
readme = "README.rst" |
|
requires_python = ">=3.8" |
|
dependencies = [ |
|
"numpy>=1.17.0", |
|
"lark-parser>=0.8.0", |
|
] |
|
classifiers = [ |
|
"Development Status :: 3 - Alpha", |
|
"Environment :: GPU :: NVIDIA CUDA", |
|
"Intended Audience :: Science/Research", |
|
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)", |
|
"License :: OSI Approved :: MIT License", |
|
"Operating System :: OS Independent", |
|
"Programming Language :: Python :: 3", |
|
] |
|
license = "MIT" |
|
license-files = ["LICENSE.txt"] |
|
|
|
[project.urls] |
|
homepage = "https://github.com/s-holst/kyupy" |
|
|
|
[build-system] |
|
requires = ["hatchling"] |
|
build-backend = "hatchling.build" |
|
|
|
|