Skip to content

Commit 01cd46c

Browse files
committed
Remove useless _godot/__init__.pyi
1 parent a838068 commit 01cd46c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/_godot/__init__.pyi

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/_godot/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ subdir('hazmat')
1111
##############################################################################
1212

1313

14-
foreach src: ['__init__.py', 'singletons.py', '__init__.pyi', 'py.typed']
14+
foreach src: ['__init__.py', 'singletons.py', 'py.typed']
1515
install_data(
1616
src,
1717
install_dir: join_paths(python_site_packages_install_path, '_godot'),

0 commit comments

Comments
 (0)