Skip to content

Commit 1d49809

Browse files
authored
Add pyproject.toml for project configuration
1 parent 89fc906 commit 1d49809

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[build-system]
2+
requires = ["setuptools>=61"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "roman-dataref-test"
7+
version = "2026.1.1"
8+
description = "Reference data installer helper for Roman notebooks"
9+
readme = "README.md"
10+
requires-python = ">=3.9"
11+
license-files = []
12+
dependencies = [
13+
"requests",
14+
"pyyaml",
15+
]
16+
17+
[tool.setuptools]
18+
py-modules = ["notebook_data_dependencies"]
19+
20+
[tool.setuptools.package-dir]
21+
"" = "shared"

0 commit comments

Comments
 (0)