Skip to content

Commit 2a703b4

Browse files
author
Jorge
authored
Merge pull request #47 from jorgepiloto/conversions
Merging this 😉
2 parents 1263eea + f7f89ad commit 2a703b4

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ requires-python = ">=3.6"
2727
requires = [
2828
"numpy",
2929
"matplotlib",
30+
"pint",
3031
"scipy",
3132
]
3233

src/skaero/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@
77
88
"""
99

10+
# Package version
1011
__version__ = "0.2.dev0"
12+
13+
# Prellocate units module
14+
import pint
15+
16+
units = pint.UnitRegistry()

0 commit comments

Comments
 (0)