lclarkmichalek / archey3

Simple python script to print the Archlinux logo with basic system information.
http://bluepeppers.github.com/archey3
Other
62 stars 27 forks source link

This fixes version to conform to pep 396 #31

Closed rski closed 8 years ago

rski commented 8 years ago

Version should be specified in __version__ instead of in the comment where it was. It also makes the --version flag read __version__, as it also had an (older) version number hardcoded.

lclarkmichalek commented 8 years ago

Hey, sorry I missed this pull request, looks awesome. It'd be great to link the setup.py to __version__, but in the meantime, this is great