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 becc4d4 commit 8269374
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
long_description = "file: README.md"
long_description_content_type = "text/markdown"
[project]
name = "pyBacktest"
version = "0.0.1"
description = "A backtesting framework for stock price prediction strategies"
authors = [
{ name = "Ben Bell", email = "slow111poke@gmail.com" }
]
dependencies = [
"pandas",
"numpy"
]

0 comments on commit 8269374

Please sign in to comment.