AmmosSource
guix
Last change
on this file since 083cf10 was 083cf10, checked in by Enrico Schwass <ennoausberlin@…>, 2 years ago |
use poetry for package definition
|
-
Property mode
set to
100644
|
File size:
681 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'},
|
---|
| 22 | ]
|
---|
| 23 | [tool.poetry.scripts]
|
---|
| 24 | iqdw_reader = 'scripts.iqdw_reader:main'
|
---|
| 25 | pdw_reader = 'scripts.pdw_reader:main'
|
---|
[f67e593] | 26 |
|
---|
[083cf10] | 27 | [tool.poetry.dependencies]
|
---|
| 28 | numpy = "~1.23.2"
|
---|
[f67e593] | 29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.