Added
- added building of wheels and uploading them to the pypi server
Removed
- don't build and upload sdist package anymore, because a wheel is also a source package
and is better because it contains the requirements in metadata of the package,
which one can fetch from the pypi server before downloading a package.