Skip to content
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

Assigning setup to a local #29

Open
thatch opened this issue Aug 4, 2021 · 0 comments
Open

Assigning setup to a local #29

thatch opened this issue Aug 4, 2021 · 0 comments

Comments

@thatch
Copy link
Member

thatch commented Aug 4, 2021

pystache 0.5.4 does

if py_version < (2, 3, 5):
    # TODO: this might not work yet.
    import distutils as dist
    from distutils import core
    setup = core.setup
else:
    import setuptools as dist
    setup = dist.setup
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

No branches or pull requests

1 participant