- Update the setup module to make it work with the latest setuptools.
- Not actual application changes, but rather in the package setup.
Modify the way we define the single source of
__version__
in the package, so that we have a replicable source distribution package (can re-generate itself or a wheel).
- Add the
__version__
attribute in the main packagecherrypy_ask_sdk
. - Small changes in the package metadata (the license wasn't specified in the wheel).
- Initial release of the CherryPy ASK SDK extension package.