Class: Dependabot::Python::MetadataFinder

Inherits:
MetadataFinders::Base
  • Object
show all
Defined in:
lib/dependabot/python/metadata_finder.rb

Constant Summary collapse

MAIN_PYPI_URL =
"https://pypi.org/pypi"

Instance Method Summary collapse

Instance Method Details

#homepage_urlObject



13
14
15
# File 'lib/dependabot/python/metadata_finder.rb', line 13

def homepage_url
  pypi_listing.dig("info", "home_page") || super
end