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

Provide wheels alongside source distribution on PyPi #206

Closed
abhiabhi94 opened this issue May 22, 2021 · 0 comments · Fixed by #212
Closed

Provide wheels alongside source distribution on PyPi #206

abhiabhi94 opened this issue May 22, 2021 · 0 comments · Fixed by #212
Assignees
Labels

Comments

@abhiabhi94
Copy link
Collaborator

Change Type

[ ] Refactor/Enhancement
[ ] Testing
[ x] CI/CD
[ ] Other

Proposed Changes

As of now, we only provide source distribution on PyPi. See https://pypi.org/simple/django-comments-dab/

We should look to provide wheels alongside source distribution. The wheel distribution will make it faster for users to install the package.

While we are at it, I think we should consider moving the metadata from setup.py to setup.cfg. It is a more declarative format of metadata, and setup.py is more of a legacy format, mostly used to make editable installations work.

You can read more about that at: https://packaging.python.org/tutorials/packaging-projects/#configuring-metadata

@abhiabhi94 abhiabhi94 self-assigned this May 22, 2021
abhiabhi94 added a commit to abhiabhi94/Comment that referenced this issue May 22, 2021
abhiabhi94 added a commit to abhiabhi94/Comment that referenced this issue Jun 24, 2021
- also add `pyproject.toml` to specify build time dependencies.
- stop distributing tests and `pyc` files to reduce package size.
abhiabhi94 added a commit to abhiabhi94/Comment that referenced this issue Jun 25, 2021
- also add `pyproject.toml` to specify build time dependencies.
- stop distributing tests and `pyc` files to reduce package size.
Radi85 pushed a commit that referenced this issue Jul 18, 2021
- also add `pyproject.toml` to specify build time dependencies.
- stop distributing tests and `pyc` files to reduce package size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant