Skip to content

Commit

Permalink
Package update so tests will run on installed version of layerstack
Browse files Browse the repository at this point in the history
  • Loading branch information
elainethale committed Sep 2, 2020
1 parent e14d8bc commit e0a8507
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
v0.3.1, 09/02/20 -- Ensure files required to run tests get installed
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
v0.2.0, 10/30/19 -- adding layerstack_stack CLI, ArgMode can be set with str, bug and documentation fixes
v0.1.0, 05/22/18 -- initial release
2 changes: 1 addition & 1 deletion layerstack/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0'
__version__ = '0.3.1'
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@
description = 'Python package for assembling, sharing, and running workflows, especially those associated with modifying, running, and analyzing simulation models',
long_description = long_description,
package_data = {
'': ['LICENSE'],
'layerstack': ['*.template'],
'': ['LICENSE']
'layerstack.tests': ['layer_library/*/layer.py',
'stack_library/*.json']
},
install_requires=[
'jinja2'
Expand Down

0 comments on commit e0a8507

Please sign in to comment.