benmoran56 / esper

An ECS (Entity Component System) for Python
MIT License
544 stars 69 forks source link

Convert into package and add `py.typed` file. #65

Closed HexDecimal closed 3 years ago

HexDecimal commented 3 years ago

This is an example of Esper as a package. It's what I'm currently using at the moment.

Vendoring instructions in the readme have been updated. It now says to copy the folder.

Closes #64 since this adds the py.typed file as package data.

benmoran56 commented 3 years ago

Thank you for the pull request!