Closed ifduyue closed 5 years ago
I think a better approach is including LICENSE in MANIFEST.in
+1 to this; this seems to be causing problems with the normal installation procedure on macOS on Travis CI, as well: https://github.com/joerick/cibuildwheel/issues/127
https://github.com/idank/bashlex/blob/90175280afdc4f9a96c587866e64a2189cb5ce8f/setup.py#L42
LICENSE put at /usr/local/LICENSE
LICENSE put at /root/.local/LICENSE
LICENSE put at venv/LICENSE
None of these locations seems related to bashlex at first glance.
I think this is too aggressive. Considering LICENSE file is included in tarball, and after installing bashlex
LICENSE file can be found in site-packages/bashlex-0.13.dist-info/LICENSE, is this still necessary?