Skip to content

Commit

Permalink
Add readme and description to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JBwdn committed Jan 2, 2024
1 parent c50f4fa commit a1d56e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "coppice"
version = "0.1"
description = "Decision trees and ensembles using a rust backend"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [ "jsonschema", "numpy", "scikit-learn",]
dynamic = []
Expand Down

0 comments on commit a1d56e0

Please sign in to comment.