diff options
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ with open('test-requirements.txt') as reqs_file: with open('README.md') as rm_file: long_description = rm_file.read() + class build_py(_build_py): def run(self) -> None: |