File tree 4 files changed +5
-1
lines changed
adbc_driver_manager/adbc_driver_manager
adbc_driver_postgresql/adbc_driver_postgresql
adbc_driver_sqlite/adbc_driver_sqlite
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 17
17
18
18
c /vendor /* linguist-vendored
19
19
python /adbc_driver_manager /adbc_driver_manager /_static_version.py export-subst
20
- python /adbc_driver_postgres /adbc_driver_postgres /_static_version.py export-subst
20
+ python /adbc_driver_postgresql /adbc_driver_postgresql /_static_version.py export-subst
21
+ python /adbc_driver_sqlite /adbc_driver_sqlite /_static_version.py export-subst
Original file line number Diff line number Diff line change 27
27
version = "__use_git__"
28
28
29
29
# These values are only set if the distribution was created with 'git archive'
30
+ # NOTE: must add an export-subst to .gitattributes!
30
31
refnames = "$Format:%D$"
31
32
git_hash = "$Format:%h$"
Original file line number Diff line number Diff line change 27
27
version = "__use_git__"
28
28
29
29
# These values are only set if the distribution was created with 'git archive'
30
+ # NOTE: must add an export-subst to .gitattributes!
30
31
refnames = "$Format:%D$"
31
32
git_hash = "$Format:%h$"
Original file line number Diff line number Diff line change 27
27
version = "__use_git__"
28
28
29
29
# These values are only set if the distribution was created with 'git archive'
30
+ # NOTE: must add an export-subst to .gitattributes!
30
31
refnames = "$Format:%D$"
31
32
git_hash = "$Format:%h$"
You can’t perform that action at this time.
0 commit comments