How should we maintain versions?
I propose not using scm_setuptools here since it brings some amount of coupling with git that we don't need here. I think we can manually maintain versions by hand.
How should we publish new releases?
Let's start with simple before automating releases. We can manually publish a package to pypi.
I propose not using scm_setuptools here since it brings some amount of coupling with git that we don't need here. I think we can manually maintain versions by hand.
Let's start with simple before automating releases. We can manually publish a package to pypi.