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