ethereum / eth-keys

A common API for Ethereum key operations.
MIT License
159 stars 64 forks source link

Fixed package_data configuration to include py.typed #90

Closed mdantonio closed 2 years ago

mdantonio commented 2 years ago

What was wrong?

package_data was not configured with the correct package name causing py.typed to be non included in the package and preventing mypy to correctly consider the module as typed

How was it fixed?

Changed the wrong package name (eth-keys) with the correct name (eth_keys) in setup.py

Cute Animal Picture

Cute animal picture