mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Merge pull request #686 from CalumY/Fix-pip-install
fix(pre-commit): Update package_dir
This commit is contained in:
commit
27eab330e6
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -10,4 +10,5 @@ setup(
|
|||
name='pre_commit_placeholder_package',
|
||||
version='0.0.0',
|
||||
install_requires=[f'typos=={TYPOS_VERSION}'],
|
||||
package_dir={'': 'crates'},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue