MANIFEST.in: Fix include for dev-requirements.txt
Description
Currently, running any setuptools commands using setup.py
generates a
warning like so:
warning: manifest_maker: MANIFEST.in, line 21: unknown action 'dev-requirements.txt'
The syntax is invalid and got accidentally introduced in !637 (merged) but it's a shame that this is not a warning and no obvious way to make it an error if there are invalid things in MANIFEST.in file.
Changes proposed in this merge request:
- MANIFEST.in: Fix include for dev-requirements.txt
This merge request, when approved, will close issue/bug:
Edited by Chandan Singh