diff --git a/pyproject.toml b/pyproject.toml index 4343dd6..43f58c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] -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", @@ -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",