rsalmei / alive-progress

A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
MIT License
5.53k stars 206 forks source link

Exclude tests package from setup #168

Closed jhonatan-lopes closed 2 years ago

jhonatan-lopes commented 2 years ago

This fixes #167 by excluding the tests folder from find_packages in setup.py.

rsalmei commented 2 years ago

Thanks @jhonatan-lopes!