We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5ee3c commit 641eebaCopy full SHA for 641eeba
setup.py
@@ -2,11 +2,6 @@
2
Setup script for building clr.pyd and dependencies using mono and into
3
an egg or wheel.
4
"""
5
-#import ptvsd
6
-#ptvsd.enable_attach('pythonnet')
7
-#while not ptvsd.is_attached():
8
-# from time import sleep
9
-# sleep(1)
10
11
from setuptools import setup, Extension
12
from distutils.command.build_ext import build_ext
0 commit comments