mirror of
https://github.com/evilhero/mylar
synced 2025-02-20 13:06:50 +00:00
Update bs4 to latest version to fix issues Get clean modules using `pip install --upgrade --target=lib` Move cherrypy, mako, pystun, bs4 into lib directory
3 lines
140 B
Python
3 lines
140 B
Python
version_info = (2, 0, 0)
|
|
version = '.'.join(str(n) for n in version_info[:3])
|
|
release = version + ''.join(str(n) for n in version_info[3:])
|