Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installing the local directory from other projects using `pip` fails: ```sh $ cd chws_tools $ pip install ../east_asian_spacing ... ModuleNotFoundError: No module named 'setuptools' ``` This change can work around the problem as described at: python-poetry/poetry#3001
- Loading branch information