mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
16 lines
244 B
INI
16 lines
244 B
INI
[wheel]
|
|
python-tag = py3
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = src/ptvsd/_version.py
|
|
versionfile_build = ptvsd/_version.py
|
|
tag_prefix = v
|
|
parentdir_prefix = ptvsd-
|
|
|
|
[aliases]
|
|
test=pytest
|