forked from SDFIdk/AutoBernese
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (40 loc) · 988 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
41
42
43
44
45
[metadata]
name = ab
version = 0.3.5
description = AutoBernese
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
url = https://github.com/SDFIDK/AutoBernese
author = Joachim Mortensen
author_email = joamo@sdfi.dk
license = MIT
license_file = LICENSE
project_urls =
Documentation = https://SDFIDK.github.io/AutoBernese
Source = https://github.com/SDFIDK/AutoBernese
Tracker = https://github.com/SDFIDK/AutoBernese/issues
[options]
zip_safe = False
# include_package_data = True
packages = find:
package_dir =
= src
platforms = any
python_requires = >=3.12
install_requires =
coverage
[options.packages.find]
where = src
[options.package_data]
ab =
bsw/bpe.pl
bsw/campaign_header.yaml
bsw/MENU_CMP.INP
bsw/templates/default.yaml
bsw/templates/example.yaml
configuration/env.yaml
country_code/ISO-3166-1-alpha-3.yaml
station/1.03.STA
[options.entry_points]
console_scripts =
ab = ab.cli:main