Skip to content

Commit 4a534c8

Browse files
committed
fix setup.py for new dir structure
1 parent b74b6f2 commit 4a534c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ def find_version(*file_paths):
3535

3636
setup(
3737
name='pandacan',
38-
version=find_version("panda", "__init__.py"),
38+
version=find_version("python", "__init__.py"),
3939
url='https://github.com/commaai/panda',
4040
author='comma.ai',
4141
author_email='',
4242
packages=[
4343
'panda',
4444
],
45+
package_dir = {'panda': 'python'},
4546
platforms='any',
4647
license='MIT',
4748
install_requires=[

0 commit comments

Comments
 (0)