esdalmaijer / PyGaze

an open-source, cross-platform toolbox for minimal-effort programming of eye tracking experiments
www.pygaze.org
GNU General Public License v3.0
670 stars 211 forks source link

Fixes for readme, opengaze, and eyelink #166

Closed smathot closed 2 years ago

smathot commented 2 years ago

This PR contains:

esdalmaijer commented 2 years ago

As for the README being used in setup.py, there's a bug with parsing Markdown code that might prevent it from compiling the wheel. I'll check if it persists (might've been solved since I last ran into it), and if it does, I'll remove it again.

PS: Goes without saying, but THANK YOU! Really appreciate the work you keep doing on this, especially in this tough period for me.

smathot commented 1 year ago

Can you still release this on PyPi?

esdalmaijer commented 1 year ago

Done! Can we bump it to a full version? It's currently listed as pre-release (0.7.5a5), but it looks like there's nothing untested in there?

smathot commented 1 year ago

:+1: And yes, I would bump it to 0.7.5. (I always use a prerelease version number during development and then bump it right before the actual release.)