Skip to content

setuptools warnings #21

@vwegert

Description

@vwegert

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions