Fix a regression with running jshint.

Review Request #12433 — Created July 1, 2022 and submitted

chipx86
ReviewBot
release-3.x
reviewbot

Review Bot 3 introduced a new jshint implementation that made use of a
helper file to output as JSON.

Unfortunately, the helper file did not ship with the package, due to the
lack of include_package_data=True in the package configuration and
the lack of a MANIFEST.in file.

This fixes the packaging, ensuring we now ship the missing file.

Built packages and verified that the helper script, and other files from
our source tree, were in the resulting wheel and source distributions.

Summary
Fix a regression with running jshint.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (c202c76)
Loading...