mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
* Testing framework for timeline-based tests. See pytests/helpers/timeline.md for a detailed description. Fixes #832, and lays the groundwork for #833. * Upgrade pip to most recent version before installing prerequisites on Travis.
16 lines
240 B
INI
16 lines
240 B
INI
[wheel]
|
|
python-tag = py3
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[versioneer]
|
|
VCS = git
|
|
style = pep440
|
|
versionfile_source = ptvsd/_version.py
|
|
versionfile_build = ptvsd/_version.py
|
|
tag_prefix = v
|
|
parentdir_prefix = ptvsd-
|
|
|
|
[aliases]
|
|
test=pytest
|