source:
ammosreader/pyproject.toml@
f3b78e8
| Last change on this file since f3b78e8 was 9dc7beb, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 714 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" |
| [083cf10] | 7 | version = "0.0.4" |
| [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" | |
| [f67e593] | 30 |
Note:
See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/playground/chrome/site/playground.png)