Skip to content

Instantly share code, notes, and snippets.

@ltpitt
Created August 18, 2021 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ltpitt/021bf8b8058e2bc4c95f644e010da17a to your computer and use it in GitHub Desktop.
Save ltpitt/021bf8b8058e2bc4c95f644e010da17a to your computer and use it in GitHub Desktop.
This oneliner executes the find_packages method in order to troubleshoot setup.py
python -c "from setuptools import setup, find_packages; print(find_packages())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment