Tidy for publishing.
This commit is contained in:
parent
b401bb7621
commit
abc97b9ec1
3 changed files with 14 additions and 7 deletions
|
@ -1,9 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "pricehist"
|
||||
version = "0.1.0"
|
||||
description = "Fetch and process historical price data"
|
||||
description = "Fetch and format historical price data"
|
||||
authors = ["Chris Berkhout <chris@chrisberkhout.com>"]
|
||||
license = "MIT"
|
||||
keywords = ["historical", "prices", "plaintext", "accounting", "csv", "gnucash", "ledger", "hledger", "beancount"]
|
||||
readme = "README.md"
|
||||
homepage = "https://gitlab.com/chrisberkhout/pricehist"
|
||||
repository = "https://gitlab.com/chrisberkhout/pricehist"
|
||||
include = [
|
||||
"LICENSE",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue