Skip to content

Commit

Permalink
minor updates to pyprophet.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcharkow committed Nov 21, 2024
1 parent aa70dbe commit 005af6c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 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 = "pyprophet"
version = "2.2.8"
version = "2.2.9"
description = "PyProphet: Semi-supervised learning and scoring of OpenSWATH results."
readme = { file = "README.md", content-type = "text/markdown" }
license = { text = "BSD" }
Expand All @@ -26,7 +26,7 @@ dependencies = [
"duckdb",
"duckdb-extensions",
"duckdb-extension-sqlite-scanner",
"numpy >= 1.9.0",
"numpy >= 2.0",
"scipy",
"pandas >= 0.17",
"cython",
Expand All @@ -41,11 +41,15 @@ dependencies = [
"pypdf"
]

# Optional dependencies
[project.optional-dependencies]
testing = ["pytest", "pytest-regtest"]

# Define console entry points
[project.scripts]
pyprophet = "pyprophet.main:cli"

[tool.setuptools]
packages = { find = { exclude = ["ez_setup", "examples", "tests"] } }
include-package-data = true
zip-safe = false
zip-safe = false

0 comments on commit 005af6c

Please sign in to comment.