Closed jbloom closed 8 years ago
Very minor issue, but might be good to define a __version__ variable in the main __init__ file as this is the Python standard, and is the way that I think most code tries to extract the version from a package.
__version__
__init__
http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package
Very minor issue, but might be good to define a
__version__
variable in the main__init__
file as this is the Python standard, and is the way that I think most code tries to extract the version from a package.http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package