mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
Add package dir to setup.py
This commit is contained in:
parent
0ea9454d3a
commit
ec6998b34f
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',
|
name='pre_commit_placeholder_package',
|
||||||
version='0.0.0',
|
version='0.0.0',
|
||||||
install_requires=[f'typos=={TYPOS_VERSION}'],
|
install_requires=[f'typos=={TYPOS_VERSION}'],
|
||||||
|
package_dir={'': 'crates'},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue