We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
management
You need to add a line like this to setup.py:
setup.py
packages=find_packages(),
Or otherwise explicitly specify that the management and management.commands packages should be included.
management.commands
See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
The text was updated successfully, but these errors were encountered:
Package management command (juliomalegria#40)
b61eaa5
Successfully merging a pull request may close this issue.
You need to add a line like this to
setup.py
:Or otherwise explicitly specify that the
management
andmanagement.commands
packages should be included.See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
The text was updated successfully, but these errors were encountered: