-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (32 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
36 lines (32 loc) · 1.09 KB
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
31
32
33
34
35
36
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"
[project]
name = "pyDigitalWaveTools"
version = "1.2"
dependencies = []
requires-python = ">=3.8"
authors = [
{name = "Michal Orsak", email = "Nic30original@gmail.com"},
]
description = "A library for operations with VCD and other digital wave files"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
keywords = [
'parser', 'vcd-writter', 'vcd', 'value-change-dump', 'simulation']
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)",
"Topic :: System :: Hardware",
"Topic :: System :: Emulators",
"Topic :: Utilities",
]
[project.urls]
Homepage = "https://github.com/Nic30/pyDigitalWaveTools"
Documentation = "https://pyDigitalWaveTools.readthedocs.io/en/latest/?badge=latest"
Repository = "https://github.com/Nic30/pyDigitalWaveTools.git"
"Bug Tracker" = "https://github.com/Nic30/pyDigitalWaveTools/issues"