Skip to content

Commit 02ff5aa

Browse files
committed
polishing the contents of the pip package a tad.
1 parent e49be68 commit 02ff5aa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
include wllvm/dragonegg_as/as
22

3+
recursive-exclude test *
4+
recursive-exclude doc *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
include_package_data=True,
2929

30-
packages=find_packages(exclude=['test', 'doc' ]),
30+
packages=find_packages(),
3131

3232
entry_points = {
3333
'console_scripts': [

wllvm/version.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,13 @@
2020
2121
1.0.5 - 8/4/2016 exit value was upsetting travis.
2222
23+
1.0.6 - 8/9/2016 exit codes preserved; important for configure scripts like musl libc.
2324
25+
1.0.7 - 8/9/2016 logical restructuring; smaller bites.
26+
27+
1.0.8 - 8/9/2016 test and doc subdirectories are no longer included.
2428
2529
2630
"""
27-
wllvm_version='1.0.5'
31+
wllvm_version='1.0.8'
2832

0 commit comments

Comments
 (0)