Skip to content

Force cython when building sdist#196

Merged
ingydotnet merged 2 commits into
yaml:masterfrom
perlpunk:force-cython-2
Jun 30, 2018
Merged

Force cython when building sdist#196
ingydotnet merged 2 commits into
yaml:masterfrom
perlpunk:force-cython-2

Conversation

@perlpunk
Copy link
Copy Markdown
Member

This is the same as #188, but without adding the warning if cython
is not required.

Comment thread setup.py Outdated
if with_cython:
raise
else:
pass
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else:
    pass

is a fancy noop, can just remove those two lines

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true, that looks fancy ;-)
will fix and force-push

@ingydotnet ingydotnet merged commit 69244c1 into yaml:master Jun 30, 2018
@ingydotnet
Copy link
Copy Markdown
Member

Applied. Pushed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants