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