Uploaded Test files
This commit is contained in:
parent
f584ad9d97
commit
2e81cb7d99
16627 changed files with 2065359 additions and 102444 deletions
21
venv/Lib/site-packages/cmake/_version.py
Normal file
21
venv/Lib/site-packages/cmake/_version.py
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
|
||||
# This file was generated by 'versioneer.py' (0.17) from
|
||||
# revision-control system data, or from the parent directory name of an
|
||||
# unpacked source archive. Distribution tarballs contain a pre-generated copy
|
||||
# of this file.
|
||||
|
||||
import json
|
||||
|
||||
version_json = '''
|
||||
{
|
||||
"date": "2020-08-24T11:59:47-0400",
|
||||
"dirty": false,
|
||||
"error": null,
|
||||
"full-revisionid": "1f845d066b96181a7f7a8f6429086674f53d2c42",
|
||||
"version": "3.18.2.post1"
|
||||
}
|
||||
''' # END VERSION_JSON
|
||||
|
||||
|
||||
def get_versions():
|
||||
return json.loads(version_json)
|
||||
Loading…
Add table
Add a link
Reference in a new issue