Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
slowpoke111 authored Nov 9, 2024
1 parent b21be63 commit b695a87
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyBacktest"
version = "0.0.85"
version = "0.0.75"
description = "A backtesting framework for stock price prediction strategies"
authors = [
{ name = "Ben Bell", email = "slow111poke@gmail.com" }
Expand All @@ -16,9 +16,14 @@ dependencies = [
long_description = "file: readme.md"

[project.dynamic]
readme = ["README.md"]
requires-python = [">=3.8"]
license = ["LGPL"]
readme = true
requires-python = true
license = true
classifiers = true

readme = "README.md"
requires-python = ">=3.8"
license = "LGPL"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
Expand Down

0 comments on commit b695a87

Please sign in to comment.