Merge pull request #686 from CalumY/Fix-pip-install

fix(pre-commit): Update package_dir
This commit is contained in:
Ed Page 2023-03-13 10:29:55 -05:00 committed by GitHub
commit 27eab330e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,4 +10,5 @@ setup(
name='pre_commit_placeholder_package',
version='0.0.0',
install_requires=[f'typos=={TYPOS_VERSION}'],
package_dir={'': 'crates'},
)