mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Fixes "No module named 'pwnagotchi'" error
/usr/local/bin/pwnagotchi Traceback (most recent call last): File "/usr/local/bin/pwnagotchi", line 8, in <module> import pwnagotchi ModuleNotFoundError: No module named 'pwnagotchi'
This commit is contained in:
1
setup.py
1
setup.py
@ -19,6 +19,7 @@ setup(name='pwnagotchi',
|
|||||||
install_requires=required,
|
install_requires=required,
|
||||||
scripts=['bin/pwnagotchi'],
|
scripts=['bin/pwnagotchi'],
|
||||||
package_data={'pwnagotchi': ('pwnagotchi/defaults.yml',)},
|
package_data={'pwnagotchi': ('pwnagotchi/defaults.yml',)},
|
||||||
|
packages=find_packages(),
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
Reference in New Issue
Block a user