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

Break out utils.run_shell_command to new class #526

Closed

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    d105606 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Use setuptools.find_packages() in setup.py

    Ongoing refactoring efforts have been trying to introduce new packages.
    All packages must be listed in the packages argument to
    `setuptools.setup()`.
    
    `setuptools.find_packages()` provides a convenient way to list all
    packages without manually updating a list.
    elebow committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    781cc06 View commit details
    Browse the repository at this point in the history