hjweide / pyastar2d

A very simple A* implementation in C++ callable from Python for pathfinding on a two-dimensional grid.
MIT License
150 stars 57 forks source link

Include requirements.txt in source build #22

Closed hjweide closed 3 years ago

hjweide commented 3 years ago

Installing from pypi was failing because requirements.txt was missing.