mhostetter / galois

A performant NumPy extension for Galois fields and their applications
https://mhostetter.github.io/galois/
MIT License
321 stars 29 forks source link

Add `py.typed` marker to the project so that tools like mypy recognize the type definitons #480

Closed Minnerlas closed 1 year ago

Minnerlas commented 1 year ago

As per PEP 561, packages which have inline types need to ship a file named py.typed in the root of the package directory tree.

mhostetter commented 1 year ago

Released in v0.3.5.