Story #136
Updated by amacdona@redhat.com over 8 years ago
Pulp only allows sdist packages to be uploaded currently. We should add support for wheel (bdist) packages as well. Deliverables:
* CLI Support for wheel packages
* Importer support for uploaded wheel packages
* Add a wheel example to the getting started guide in the documentation
* Write release notes
* Write tests
Note that #135 has the task of creating the wheel type, so it must be done first.
During the implementation of this story I have encountereed