Changeset 26f4515 in flowtimer
- Timestamp:
- 08/11/24 17:30:55 (16 months ago)
- Branches:
- guix
- Children:
- 7ce6506
- Parents:
- 2bf0518
- Files:
-
- 1 edited
- 9 moved
-
flowtimer/Phase.py (moved) (moved from scripts/Phase.py )
-
flowtimer/Schedule.py (moved) (moved from scripts/Schedule.py )
-
flowtimer/configs/HIA_friday.csv (moved) (moved from scripts/configs/HIA_friday.csv )
-
flowtimer/configs/HIA_monday-thursday.csv (moved) (moved from scripts/configs/HIA_monday-thursday.csv )
-
flowtimer/configs/new_config.csv (moved) (moved from scripts/configs/new_config.csv )
-
flowtimer/main.py (moved) (moved from scripts/timer.py )
-
flowtimer/resources/default_config.csv (moved) (moved from scripts/default_config.csv )
-
flowtimer/resources/flowtimer_startbg_new.png (moved) (moved from scripts/flowtimer_startbg_new.png )
-
flowtimer/resources/icon_bombtimer.png (moved) (moved from scripts/icon_bombtimer.png )
-
pyproject.toml (modified) (2 diffs)
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.
![(please configure the [header_logo] section in trac.ini)](/playground/chrome/site/playground.png)