This PR apps some Python packaging and tags version 1.0.0.
To manage versioning, I had a few options, such as a version.txt in the root or a package.json file to enter the Node ecosystem. However, there's already some Python code here, so let's use Python packaging to manage the version.
Description
This PR apps some Python packaging and tags version 1.0.0.
To manage versioning, I had a few options, such as a
version.txt
in the root or apackage.json
file to enter the Node ecosystem. However, there's already some Python code here, so let's use Python packaging to manage the version.Motivation and context
Amazingly, I missed an issue for two years: https://github.com/kodi-game/controller-topology-project/issues/110