Skip to content

Commit

Permalink
add py.types
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Jun 25, 2024
1 parent c5d7c83 commit 55dcad7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added pyfoil/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ def build_extension(self, ext):
name='pyfoil',
version=version,
packages=["pyfoil", "pyfoil.generators"],
package_data={"": ["*.typed"]},
description="python library for airfoil generation, modification and analysis (xfoil included)",
ext_modules=[CMakeExtension('.')],
cmdclass={"build_ext": CMakeBuild},
Expand Down

0 comments on commit 55dcad7

Please sign in to comment.