Skip to content

Commit

Permalink
add py.typed (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
akaszynski authored Nov 3, 2023
1 parent 5169198 commit bb2a539
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions mapdl_archive/py.typed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
partial
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit bb2a539

Please sign in to comment.