Skip to content
Snippets Groups Projects
Commit 42cc04fd authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Define package version in pacakge source

parent 372f6687
No related branches found
No related tags found
1 merge request!4Revise handling of package metadata and build-system
from .functions import *
from . import constants
__version__ = "0.5.0"
[metadata]
name = moist_thermodynamics
version = 0.5.0
version = attr: moist_thermodynamics.__version__
description = Constants and functions for the treatment of moist atmospheric thermodynamics.
long_description = file: README.md
license = BSD 3-Clause License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment