Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed Apr 19, 2024
1 parent 3854569 commit 595a6d4
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
[build-system]
requires = [
"setuptools >= 61",
"setuptools_scm[toml] >= 6.2",
]
requires = ["setuptools >= 60", "setuptools_scm[toml] >= 8.0"]
build-backend = "setuptools.build_meta"

[project]
name = "resample"
requires-python = ">=3.8"
dependencies = [
"numpy >= 1.21",
"scipy >= 1.10"
]
dependencies = ["numpy >= 1.21", "scipy >= 1.10"]
authors = [
{ name = "Daniel Saxton", email= "[email protected]" },
{ name = "Hans Dembinski", email = "[email protected]" }
{ name = "Daniel Saxton", email = "[email protected]" },
{ name = "Hans Dembinski", email = "[email protected]" },
]
readme = "README.rst"
description = "Resampling-based inference in Python"
Expand Down Expand Up @@ -42,15 +36,8 @@ repository = "http://github.com/resample-project/resample"
documentation = "https://resample.readthedocs.io/en/stable/"

[project.optional-dependencies]
test = [
"pytest",
"pytest-cov",
"coverage[toml]"
]
doc = [
"ipython",
"nbsphinx"
]
test = ["pytest", "pytest-cov", "coverage[toml]"]
doc = ["ipython", "nbsphinx"]

[tool.setuptools.packages.find]
where = ["src"]
Expand Down

0 comments on commit 595a6d4

Please sign in to comment.