-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
40 lines (38 loc) · 904 Bytes
/
setup.cfg
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
37
38
39
40
[metadata]
name = fsva
version = attr: fsva.main.VERSION
description = fsva (FuseSoc Verification Automation)
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
license = MIT
keywords =
verification
simulation
testbench
FuseSoc
VHDL
SystemVerilog
UVVM
OSVVM
GHDL
Questa
HDL
RTL
FPGA
classifiers =
Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Topic :: Software Development :: Testing
Topic :: Software Development :: Quality Assurance
Topic :: Utilities
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
author = Michał Kruszewski
author_email = mkru@protonmail.com
url = https://github.com/m-kru/fsva
[options]
packages = find:
install_requires =
fusesoc>=1.9.1
[options.entry_points]
console_scripts =
fsva = fsva.main:main