Changeset 26f4515 in flowtimer for pyproject.toml


Ignore:
Timestamp:
08/11/24 17:30:55 (10 months ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
guix
Children:
7ce6506
Parents:
2bf0518
Message:

project structure changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pyproject.toml

    r2bf0518 r26f4515  
    88description = "A package to time work slices"
    99authors = ["See Contributors"]
    10 homepage = "https://gitlab.kokyou.de/enno/flowtimer"
    11 repository = "https://gitlab.kokyou.de/enno/flowtimer"
     10homepage = "https://kokyou.org:8080/playground/browser/flowtimer"
     11repository = "kokyou.org:/srv/git/flowtimer.git"
    1212license = "MIT"
    1313readme = "README.md"
     
    1818include = [
    1919    {path = 'tests/*.py'},
    20     {path = 'scripts/*.py'},
    21     {path = 'sampleData/*.csv'},
    22     {path = 'ammos_logger.conf'}
     20    {path = 'flowtimer_logger.conf'}
    2321]
    2422[tool.poetry.scripts]
    25 # iqdw_reader = 'scripts.iqdw_reader:main'
    26 # pdw_reader = 'scripts.pdw_reader:main'
     23flowtimer = 'flowtimer.main:main'
    2724
    2825[tool.poetry.dependencies]
    29 pillow
     26pillow  = "~9.2.0"
Note: See TracChangeset for help on using the changeset viewer.