source: flowtimer/pyproject.toml@ 2bf0518

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
RevLine 
[2bf0518]1[build-system]
2requires = ["poetry-core>=1.0.7"]
3build-backend = "poetry.core.masonry.api"
4
5[tool.poetry]
6name = "flowtimer"
7version = "0.0.1"
8description = "A package to time work slices"
9authors = ["See Contributors"]
10homepage = "https://gitlab.kokyou.de/enno/flowtimer"
11repository = "https://gitlab.kokyou.de/enno/flowtimer"
12license = "MIT"
13readme = "README.md"
14packages = [
15 { include = "flowtimer" }
16]
17
18include = [
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]
29pillow
Note: See TracBrowser for help on using the repository browser.