update to python3.7
This commit is contained in:
parent
da2d24a7f4
commit
80c4a755da
2912 changed files with 206832 additions and 100407 deletions
6
lib/python3.7/site-packages/setuptools/version.py
Normal file
6
lib/python3.7/site-packages/setuptools/version.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import pkg_resources
|
||||
|
||||
try:
|
||||
__version__ = pkg_resources.get_distribution('setuptools').version
|
||||
except Exception:
|
||||
__version__ = 'unknown'
|
||||
Loading…
Add table
Add a link
Reference in a new issue