Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information