Merge lp:~mterry/python-distutils-extra/skip-setup.py into lp:python-distutils-extra

Proposed by Michael Terry
Status: Merged
Merged at revision: 216
Proposed branch: lp:~mterry/python-distutils-extra/skip-setup.py
Merge into: lp:python-distutils-extra
Diff against target: 12 lines (+2/-0)
1 file modified
DistUtilsExtra/auto.py (+2/-0)
To merge this branch: bzr merge lp:~mterry/python-distutils-extra/skip-setup.py
Reviewer Review Type Date Requested Status
Registry Administrators Pending
Review via email: mp+37150@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'DistUtilsExtra/auto.py'
2--- DistUtilsExtra/auto.py 2010-09-16 15:26:35 +0000
3+++ DistUtilsExtra/auto.py 2010-09-30 16:01:00 +0000
4@@ -379,6 +379,8 @@
5
6 # iterate over all *.py and scripts which are Python
7 for s in src_all:
8+ if s == 'setup.py':
9+ continue
10 if s.startswith('data' + os.path.sep):
11 continue
12 ext = os.path.splitext(s)[1]

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: