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

Use setuptools.find_packages() in setup.py (was: Prepend bin/ to PATH in test build runner script) #527

Closed

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
    c1041b8 View commit details
    Browse the repository at this point in the history