You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
447 B
22 lines
447 B
5 years ago
|
[build-system]
|
||
|
requires = ["flit_core >=2,<4"]
|
||
|
build-backend = "flit_core.buildapi"
|
||
|
|
||
|
[tool.flit.metadata]
|
||
|
module = "linux_helpers"
|
||
|
author = "Holger Frey"
|
||
|
author-email = "frey@imtek.de"
|
||
|
home-page = "https://git.cpi.imtek.uni-freiburg.de/holgi/linux-helpers"
|
||
|
description-file = "README.md"
|
||
|
license = "Beerware"
|
||
|
|
||
|
|
||
|
requires = [
|
||
|
"pyperclip >=1.8.0",
|
||
|
"click >= 7.1.2",
|
||
|
]
|
||
|
|
||
|
|
||
|
[tool.flit.scripts]
|
||
|
xls2changelog = "linux_helpers.excel2changelog:cli"
|