ContextLab / quail

A python toolbox for analyzing and plotting free recall data
http://cdl-quail.readthedocs.io/en/latest/
MIT License
20 stars 10 forks source link

PEP 396 compliance #121

Closed paxtonfitzpatrick closed 3 years ago

paxtonfitzpatrick commented 3 years ago

adds a __version__ attribute to __init__.py (allows checking package version with import quail; print(quail.__version__).

Uses pkg_resources.get_distribution() to read the version info so we won't have to update it in multiple places for releases.