Skip to content

Update setup.py #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update setup.py
  • Loading branch information
denfromufa committed Jan 28, 2016
commit 641eeba8bc76ffee0bbcc62fdf215c79ef2f6753
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
Setup script for building clr.pyd and dependencies using mono and into
an egg or wheel.
"""
#import ptvsd
#ptvsd.enable_attach('pythonnet')
#while not ptvsd.is_attached():
# from time import sleep
# sleep(1)

from setuptools import setup, Extension
from distutils.command.build_ext import build_ext
Expand Down