Changeset 26f4515 in flowtimer for pyproject.toml
- Timestamp:
- 08/11/24 17:30:55 (10 months ago)
- Branches:
- guix
- Children:
- 7ce6506
- Parents:
- 2bf0518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pyproject.toml
r2bf0518 r26f4515 8 8 description = "A package to time work slices" 9 9 authors = ["See Contributors"] 10 homepage = "https:// gitlab.kokyou.de/enno/flowtimer"11 repository = " https://gitlab.kokyou.de/enno/flowtimer"10 homepage = "https://kokyou.org:8080/playground/browser/flowtimer" 11 repository = "kokyou.org:/srv/git/flowtimer.git" 12 12 license = "MIT" 13 13 readme = "README.md" … … 18 18 include = [ 19 19 {path = 'tests/*.py'}, 20 {path = 'scripts/*.py'}, 21 {path = 'sampleData/*.csv'}, 22 {path = 'ammos_logger.conf'} 20 {path = 'flowtimer_logger.conf'} 23 21 ] 24 22 [tool.poetry.scripts] 25 # iqdw_reader = 'scripts.iqdw_reader:main' 26 # pdw_reader = 'scripts.pdw_reader:main' 23 flowtimer = 'flowtimer.main:main' 27 24 28 25 [tool.poetry.dependencies] 29 pillow 26 pillow = "~9.2.0"
Note:
See TracChangeset
for help on using the changeset viewer.