mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix ThirdPartyNotices.txt inclusion
This commit is contained in:
parent
68c983ca9e
commit
39d70cca35
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ def get_pydevd_package_data():
|
|||
PACKAGE_DATA = {
|
||||
'ptvsd': (list(get_pydevd_package_data()) +
|
||||
['ThirdPartyNotices.txt'] +
|
||||
['dummy.txt'] if sys.version_info < (3,) else []
|
||||
(['dummy.txt'] if sys.version_info < (3,) else [])
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue