Embed version in module for upgrade checking

This commit is contained in:
dave 2015-12-31 15:13:53 -08:00
parent ff01e33929
commit ba4215bd0f
2 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1 @@
__version__ = "0.0.1"

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python3
from setuptools import setup
__version__ = "0.0.1"
from pymonitor import __version__
setup(name='pymonitor',
version=__version__,