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 868256c commit b21be63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1"
version = "0.0.85"
description = "A backtesting framework for stock price prediction strategies"
authors = [
{ name = "Ben Bell", email = "slow111poke@gmail.com" }
Expand All @@ -17,8 +17,8 @@ long_description = "file: readme.md"

[project.dynamic]
readme = ["README.md"]
requires-python = ">=3.6"
license = "LGPL"
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 b21be63

Please sign in to comment.