1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-20 13:06:50 +00:00
mylar/lib/apscheduler/__init__.py
Brian Hartvigsen 69eeb9b49d Put libs/ in sys.path
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
2016-08-23 00:01:41 -06:00

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:])