diff --git a/mapdl_archive/py.typed b/mapdl_archive/py.typed new file mode 100644 index 0000000..5fcb852 --- /dev/null +++ b/mapdl_archive/py.typed @@ -0,0 +1 @@ +partial \ No newline at end of file diff --git a/setup.py b/setup.py index a683e05..819af84 100644 --- a/setup.py +++ b/setup.py @@ -77,11 +77,12 @@ python_requires=">=3.8", keywords="vtk MAPDL ANSYS cdb", package_data={ + "mapdl_archive": ["py.typed"], "mapdl_archive.examples": [ "TetBeam.cdb", "HexBeam.cdb", "sector.cdb", - ] + ], }, install_requires=["pyvista>=0.41.1"], )