guix
|
Last change
on this file since a8f6b97 was a8f6b97, checked in by Enrico Schwass <ennoausberlin@…>, 2 years ago |
|
bitstring library added as dependency
lots of properties added, float values removed, scaling and signed integer extension fixed
|
-
Property mode
set to
100644
|
|
File size:
733 bytes
|
| Line | |
|---|
| 1 | [build-system]
|
|---|
| 2 | requires = ["poetry-core>=1.0.7"]
|
|---|
| 3 | build-backend = "poetry.core.masonry.api"
|
|---|
| 4 |
|
|---|
| 5 | [tool.poetry]
|
|---|
| 6 | name = "ammosreader"
|
|---|
| 7 | version = "0.0.4"
|
|---|
| 8 | description = "A package to manage ammos datastreams"
|
|---|
| 9 | authors = ["See Contributors"]
|
|---|
| 10 | homepage = "https://gitlab.kokyou.de/enno/ammosreader"
|
|---|
| 11 | repository = "https://gitlab.kokyou.de/enno/ammosreader"
|
|---|
| 12 | license = "MIT"
|
|---|
| 13 | readme = "README.md"
|
|---|
| 14 | packages = [
|
|---|
| 15 | { include = "ammosreader" }
|
|---|
| 16 | ]
|
|---|
| 17 |
|
|---|
| 18 | include = [
|
|---|
| 19 | {path = 'tests/*.py'},
|
|---|
| 20 | {path = 'scripts/*.py'},
|
|---|
| 21 | {path = 'sampleData/*.csv'},
|
|---|
| 22 | {path = 'ammos_logger.conf'}
|
|---|
| 23 | ]
|
|---|
| 24 | [tool.poetry.scripts]
|
|---|
| 25 | iqdw_reader = 'scripts.iqdw_reader:main'
|
|---|
| 26 | pdw_reader = 'scripts.pdw_reader:main'
|
|---|
| 27 |
|
|---|
| 28 | [tool.poetry.dependencies]
|
|---|
| 29 | numpy = "~1.23.2"
|
|---|
| 30 | bitstring = "~3.1.7" |
|---|
Note:
See
TracBrowser
for help on using the repository browser.