source:
ammosreader/pyproject.toml
Last change on this file was 7c078db, checked in by , 8 months ago | |
---|---|
|
|
File size: 734 bytes |
Rev | Line | |
---|---|---|
[f67e593] | 1 | [build-system] |
[083cf10] | 2 | requires = ["poetry-core>=1.0.7"] |
3 | build-backend = "poetry.core.masonry.api" | |
[f67e593] | 4 | |
[083cf10] | 5 | [tool.poetry] |
[f67e593] | 6 | name = "ammosreader" |
[7c078db] | 7 | version = "0.0.5" |
[f67e593] | 8 | description = "A package to manage ammos datastreams" |
[083cf10] | 9 | authors = ["See Contributors"] |
10 | homepage = "https://gitlab.kokyou.de/enno/ammosreader" | |
11 | repository = "https://gitlab.kokyou.de/enno/ammosreader" | |
12 | license = "MIT" | |
[f67e593] | 13 | readme = "README.md" |
[083cf10] | 14 | packages = [ |
15 | { include = "ammosreader" } | |
16 | ] | |
17 | ||
18 | include = [ | |
19 | {path = 'tests/*.py'}, | |
20 | {path = 'scripts/*.py'}, | |
21 | {path = 'sampleData/*.csv'}, | |
[9dc7beb] | 22 | {path = 'ammos_logger.conf'} |
[083cf10] | 23 | ] |
24 | [tool.poetry.scripts] | |
25 | iqdw_reader = 'scripts.iqdw_reader:main' | |
26 | pdw_reader = 'scripts.pdw_reader:main' | |
[f67e593] | 27 | |
[083cf10] | 28 | [tool.poetry.dependencies] |
29 | numpy = "~1.23.2" | |
[7c078db] | 30 | bitstring = "~4.2.0" |
Note:
See TracBrowser
for help on using the repository browser.