zadorlab / sella

A Python software package for saddle point optimization and minimization of atomic systems.
https://www.ecc-project.org/
Other
72 stars 20 forks source link

Create py.typed #48

Closed Andrew-S-Rosen closed 1 month ago

Andrew-S-Rosen commented 3 months ago

As recommended in pep 0561, a blank py.typed marker should be included when type hints are used so downstream codes can type check with mypy and similar tools.

juditzador commented 1 month ago

@Andrew-S-Rosen , I'm sorry it took so long to merge these. Thanks for doing these!