Skip to content

Instantly share code, notes, and snippets.

@Tarliton
Last active April 12, 2021 20:49
Show Gist options
  • Save Tarliton/44c1dfa1025c93b502869746d29557ac to your computer and use it in GitHub Desktop.
Save Tarliton/44c1dfa1025c93b502869746d29557ac to your computer and use it in GitHub Desktop.
Shim setup.py for editable pip install (-e). For projects with pyproject.toml
import setuptools
if __name__ == "__main__":
setuptools.setup()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment