guix
Last change
on this file since 2bf0518 was 2bf0518, checked in by Enrico Schwass <ennoausberlin@…>, 10 months ago |
guix branch
|
-
Property mode
set to
100644
|
File size:
689 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 = "flowtimer"
|
---|
7 | version = "0.0.1"
|
---|
8 | description = "A package to time work slices"
|
---|
9 | authors = ["See Contributors"]
|
---|
10 | homepage = "https://gitlab.kokyou.de/enno/flowtimer"
|
---|
11 | repository = "https://gitlab.kokyou.de/enno/flowtimer"
|
---|
12 | license = "MIT"
|
---|
13 | readme = "README.md"
|
---|
14 | packages = [
|
---|
15 | { include = "flowtimer" }
|
---|
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 | pillow
|
---|
Note:
See
TracBrowser
for help on using the repository browser.