Exodus-Privacy / exodus-core

Core functionality of εxodus
GNU Affero General Public License v3.0
18 stars 17 forks source link

Update __init__.py with __version__ #52

Closed 7homasSutter closed 3 years ago

7homasSutter commented 3 years ago

version attribute is recommended by PEP (Python Enhancement Proposals) and many packages have it. It allows other packages to identify the version of your exodus-core module by a constant variable.

See the following links for more infos: PEP 396 -- Module Version Numbers | Python.org --> https://www.python.org/dev/peps/pep-0396/ PEP 8 -- Style Guide for Python Code | Python.org --> https://www.python.org/dev/peps/pep-0008/#module-level-dunder-names

pnu-s commented 3 years ago

Thanks for the PR @7homasSutter! :+1: