Skip to content

Commit 6aa4226

Browse files
committed
py.typed
1 parent 36ac2bd commit 6aa4226

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spynnaker/pyNN/setup_pynn.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ def install_spynnaker_into(module: ModuleType) -> None:
6363
shutil.copyfile(spynnaker_init, pynn_init)
6464

6565
py_typed = os.path.join(spynnaker_dir, "py.typed")
66-
pynn_typed = os.path.join(spinnaker_dir, "py_typed")
66+
pynn_typed = os.path.join(spinnaker_dir, "py.typed")
6767
shutil.copyfile(py_typed, pynn_typed)
6868

6969
print(f"Updated {pynn_init} to be the same as spynnaker.pyNN")
70+
print(f"Added {pynn_typed}")
7071

7172

7273
def setup_pynn() -> None:

0 commit comments

Comments
 (0)