Skip to content
New issue

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

PyPI packages are not packaged correctly (missing management package). #40

Open
mrmachine opened this issue Apr 16, 2018 · 0 comments · May be fixed by #63
Open

PyPI packages are not packaged correctly (missing management package). #40

mrmachine opened this issue Apr 16, 2018 · 0 comments · May be fixed by #63

Comments

@mrmachine
Copy link

You need to add a line like this to setup.py:

    packages=find_packages(),

Or otherwise explicitly specify that the management and management.commands packages should be included.

See: http://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages

chazapis added a commit to chazapis/django-chunked-upload that referenced this issue Jun 25, 2021
@chazapis chazapis linked a pull request Jun 25, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant