diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 18:27:18 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-07 18:29:53 -0400 |
commit | 2bd7bb7cfeb56eb126a39c61f7e6926fc97538ec (patch) | |
tree | 9541a3e26fa647b0a334d93b49a1bd66a4342bc3 /www | |
parent | bb32165e870b0b17de400dc1d031df0a4529aa64 (diff) |
[pkg] allow more then one release per day!
Diffstat (limited to 'www')
-rw-r--r-- | www/notes-python.txt | 11 | ||||
-rw-r--r-- | www/setup.py | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/notes-python.txt b/www/notes-python.txt index d454558..90621f8 100644 --- a/www/notes-python.txt +++ b/www/notes-python.txt @@ -1,7 +1,8 @@ -<EDIT-ME: This is the python description for the package> - -leap.bitmask-www: this package contains the already compiled static element for +leap.bitmask_www +----------------- +this package contains the already compiled static element for the web-ui of bitmask. -If you want to develop for this UI, please checkout the <bitmask-dev> repo and -follow the instructions in the www/README.md file. +If you want to develop for this UI, please checkout the bitmask-dev [0] repo and follow the instructions in the www/README.md file. + +[0] https://github.com/leapcode/bitmask-dev diff --git a/www/setup.py b/www/setup.py index b5473d1..d45dbbd 100644 --- a/www/setup.py +++ b/www/setup.py @@ -31,7 +31,7 @@ import time # i.e., 'make build' now = datetime.datetime.now() -timestamp = time.strftime('%Y%m%d', now.timetuple()) +timestamp = time.strftime('%Y%m%d%H%M', now.timetuple()) setup( name='leap.bitmask_www', |