Skip to content

Commit

Permalink
chore: fix metadata about license (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
bossenti authored Dec 27, 2024
1 parent 5a56e23 commit 23515f9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
name = "vistafetch"
version = "0.0.0"
description = "Small & simple library to fetch financial data for stocks, ETFs, funds, etc. from Onvista."
authors = ["bossenti <bossenti@apache.org>"]
license = "Apache 2.0"
authors = [
{name = "bossenti", email= "bossenti@apache.org"},
]
license.text = "Apache 2.0"
readme = "README.md"

repository = "https://github.com/bossenti/vistafetch"
documentation = "https://github.com/bossenti/vistafetch#readme"

keywords = [
"etf",
"exchange",
Expand All @@ -30,10 +29,6 @@ classifiers = [
"Topic :: Office/Business :: Financial :: Investment"
]

include = [
{ path = "vistafetch/py.typed" }
]

requires-python = ">=3.9, <3.13"
dependencies = [
"pydantic>=2.0.0",
Expand Down

0 comments on commit 23515f9

Please sign in to comment.