guix
Last change
on this file since f2a2a82 was 58e7315, checked in by Enrico Schwass <ennoausberlin@…>, 9 months ago |
support for color scheme added
|
-
Property mode
set to
100644
|
File size:
609 bytes
|
Rev | Line | |
---|
[2bf0518] | 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"]
|
---|
[26f4515] | 10 | homepage = "https://kokyou.org:8080/playground/browser/flowtimer"
|
---|
[58e7315] | 11 | repository = "https://kokyou.org:/srv/git/flowtimer.git"
|
---|
[2bf0518] | 12 | license = "MIT"
|
---|
| 13 | readme = "README.md"
|
---|
| 14 | packages = [
|
---|
| 15 | { include = "flowtimer" }
|
---|
| 16 | ]
|
---|
| 17 |
|
---|
| 18 | include = [
|
---|
| 19 | {path = 'tests/*.py'},
|
---|
[26f4515] | 20 | {path = 'flowtimer_logger.conf'}
|
---|
[2bf0518] | 21 | ]
|
---|
| 22 | [tool.poetry.scripts]
|
---|
[26f4515] | 23 | flowtimer = 'flowtimer.main:main'
|
---|
[2bf0518] | 24 |
|
---|
| 25 | [tool.poetry.dependencies]
|
---|
[26f4515] | 26 | pillow = "~9.2.0"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.