We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6531b7 commit 0e9bc82Copy full SHA for 0e9bc82
1 file changed
pyproject.toml
@@ -0,0 +1,26 @@
1
+[project]
2
+name = "rtanalysis"
3
+version = "0.1.0"
4
+description = "Add your description here"
5
+readme = "README.md"
6
+authors = [
7
+ { name = "Russell Poldrack", email = "poldrack@gmail.com" }
8
+]
9
+requires-python = ">=3.13"
10
+dependencies = [
11
+ "coverage>=7.7.0",
12
+ "flake8>=7.1.2",
13
+ "numpy>=2.2.4",
14
+ "pandas>=2.2.3",
15
+ "pytest>=8.3.5",
16
+ "pytest-cov>=6.0.0",
17
+ "ruff>=0.11.0",
18
+ "scipy>=1.15.2",
19
20
+
21
+[project.scripts]
22
+pytest-tutorial = "pytest_tutorial:main"
23
24
+[build-system]
25
+requires = ["hatchling"]
26
+build-backend = "hatchling.build"
0 commit comments