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
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.
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
tosetup.cfg
. It is a more declarative format of metadata, andsetup.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
The text was updated successfully, but these errors were encountered: