Skip to content
Snippets Groups Projects
Unverified Commit 2bd7bb7c authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] allow more then one release per day!

parent bb32165e
Branches
Tags
No related merge requests found
<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
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment