There was an error while loading. Please reload this page.
1 parent 89fc906 commit 1d49809Copy full SHA for 1d49809
1 file changed
pyproject.toml
@@ -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