setuptools warnings
Opened this issue · 0 comments
vwegert commented
While preparing a Gentoo ebuild for this package, I encountered the following setuptools warnings:
- Usage of dash-separated 'author-email' will not be supported in future versions. Please use the underscore name 'author_email' instead
- Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
- Usage of dash-separated 'home-page' will not be supported in future versions. Please use the underscore name 'home_page' instead
- easy_install command is deprecated. Use build and pip and other standards-based tools.
The first three should be simple character replacements - don't know about the last one...