Skip to content

Commit e0a8507

Browse files
committed
Package update so tests will run on installed version of layerstack
1 parent e14d8bc commit e0a8507

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.3.1, 09/02/20 -- Ensure files required to run tests get installed
12
v0.3.0, 09/02/20 -- Stack.load and CLI functions can look in alternate locations for Layers; ArgMode, Layer and Stack can be imported directly from layerstack; Stack.save more robust to different object types; testing and documentation improvements
23
v0.2.0, 10/30/19 -- adding layerstack_stack CLI, ArgMode can be set with str, bug and documentation fixes
34
v0.1.0, 05/22/18 -- initial release

layerstack/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
description = 'Python package for assembling, sharing, and running workflows, especially those associated with modifying, running, and analyzing simulation models',
2525
long_description = long_description,
2626
package_data = {
27+
'': ['LICENSE'],
2728
'layerstack': ['*.template'],
28-
'': ['LICENSE']
29+
'layerstack.tests': ['layer_library/*/layer.py',
30+
'stack_library/*.json']
2931
},
3032
install_requires=[
3133
'jinja2'

0 commit comments

Comments
 (0)