Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow custom-command to "install" itself
The comment in pypa/setuptools#2591 (comment) reports that users wanting to use the custom-command plugin need to explicitly add it using `setup.py`. This commit tried to demonstrate how that can be done without requiring the user to change their `setup.py`. The "installation" of the new sub-command is done via the `finalize_distribution_options` hook.
- Loading branch information