removing version retrieval via pkg_resources. static version string in code.
This commit is contained in:
+1
-6
@@ -1,9 +1,4 @@
|
||||
import pkg_resources
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution(__name__).version
|
||||
except pkg_resources.DistributionNotFound:
|
||||
__version__ = '1.1.0'
|
||||
del pkg_resources
|
||||
__version__ = '1.1.0'
|
||||
|
||||
from .usertools import monitor, timing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user