Skip to content

Commit 7ba78cf

Browse files
committed
marking as typed, 0.9.1
1 parent 3196c3f commit 7ba78cf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ngraph/py.typed

Whitespace-only changes.

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
# ---------------------------------------------------------------------
66
[project]
77
name = "ngraph"
8-
version = "0.9.0"
8+
version = "0.9.1"
99
description = "A tool and a library for network modeling and analysis."
1010
readme = "README.md"
1111
authors = [{ name = "Andrey Golovanov" }]
@@ -19,6 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
2121
"Operating System :: OS Independent",
22+
"Typing :: Typed",
2223
]
2324

2425
# Runtime deps
@@ -100,6 +101,7 @@ exclude = ["tests*", "notebooks*", "examples*", "dev*"]
100101
# Include schema files in the package for runtime validation
101102
[tool.setuptools.package-data]
102103
"ngraph.schemas" = ["scenario.json"]
104+
"ngraph" = ["py.typed"]
103105

104106
# ---------------------------------------------------------------------
105107
# Ruff

0 commit comments

Comments
 (0)