-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
41 lines (37 loc) · 1.07 KB
/
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
41
[metadata]
name = tm-vhdlproducer
version = attr: tmVhdlProducer.__version__
url = https://github.com/cms-l1-globaltrigger/tm-vhdlproducer
author = Bernhard Arnold
author_email = bernhard.arnold@cern.ch
description = Generate VHDL implementation from XML trigger menu.
long_description = file: README.md
license = GPLv3
classifiers =
Topic :: Software Development
Topic :: Utilities
[options]
packages = find:
include_package_data = True
test_suite = tests
python_requires = >=3.6
install_requires =
Jinja2==2.11.*
markupsafe==2.0.*
packaging==24.1
schema==0.7.5
tm-python @ git+https://github.com/cms-l1-globaltrigger/tm-python@0.13.0
tm-reporter @ git+https://github.com/cms-l1-globaltrigger/tm-reporter@2.13.0
[options.packages.find]
where = .
[options.entry_points]
console_scripts =
tm-vhdlproducer = tmVhdlProducer.__main__:main
[options.package_data]
tmVhdlProducer =
config/*.json
templates/vhdl/*.vhd
templates/vhdl/menu.json
templates/vhdl/instances/*.vhd
templates/vhdl/instances/base/*.vhd
templates/vhdl/signals/*.vhd