You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when run python setup.py install, the installation fill and return error: package directory 'push_admin' does not exist
the directory needs to be changed in setup.py from packages=['push_admin'], to packages=['src/push_admin'],
The text was updated successfully, but these errors were encountered:
when run
python setup.py install
, the installation fill and returnerror: package directory 'push_admin' does not exist
the directory needs to be changed in setup.py from
packages=['push_admin'],
topackages=['src/push_admin'],
The text was updated successfully, but these errors were encountered: