Skip to content

Commit 5c7faf2

Browse files
committed
No longer include static libs
1 parent 37f11f7 commit 5c7faf2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.19.2
2+
======
3+
4+
* Remove static libraries from lib directory
5+
6+
17
0.19.1
28
======
39

relenv/build/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,6 @@ def runpip(pkg, upgrade=False):
15551555
"/include/*",
15561556
"*.so",
15571557
"/lib/*.so.*",
1558-
"*.a",
15591558
"*.py",
15601559
# Mac specific, factor this out
15611560
"*.dylib",

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.19.1"
21+
__version__ = "0.19.2"
2222

2323
MODULE_DIR = pathlib.Path(__file__).resolve().parent
2424

0 commit comments

Comments
 (0)