Skip to content
Permalink
Browse files

updates for installing templates within Docker

  • Loading branch information...
shawnmjones committed May 12, 2019
1 parent 942868b commit 2b24d0c2c964adc9b15cc9b23df3a35f48216284
Showing with 4 additions and 1 deletion.
  1. +1 −1 raintale/version.py
  2. +3 −0 setup.py
@@ -1,3 +1,3 @@
__appname__ = "raintale"
__appversion__ = '0.2019.05.10.001503'
__appversion__ = '0.2019.05.12.203248'
__useragent__ = "{}/{}".format(__appname__, __appversion__)
@@ -24,6 +24,9 @@
author_email='jones.shawn.m@gmail.com',
license='MIT',
packages=find_packages(),
package_data={
'raintale': [ 'templates/*' ]
},
scripts=[
'bin/raintale_cmd',
],

0 comments on commit 2b24d0c

Please sign in to comment.
You can’t perform that action at this time.