We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update changelog
More aggressively trap errors when importing pkg_resources. Fixes jar… …aco#111.
Also restore path to __all__ to prevent failure on packages that usin… …g import *. Ref jaraco#102
Restore path with a deprecation warning.
Remove 'path' alias. Fixes jaraco#102.
Merge pull request jaraco#104 from vamega/master Fix documentation for in_place.
Merge with master
Suppress DistributionNotFound error when package isn't installed or m… …etadata is otherwise unavailable. Fixes jaraco#101.