Add package dir to setup.py

This commit is contained in:
Calum Young 2023-03-13 15:24:09 +00:00
parent 0ea9454d3a
commit ec6998b34f

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'},
)