config: drop versioneer

This removes versioneer for versioning. The version depends on the
pybricks-micropython version targeted so it doesn't make sense to use
automatic versioning here.
This commit is contained in:
David Lechner
2020-03-18 17:30:42 -05:00
parent 21cef2f8c8
commit e3d0d51c9f
10 changed files with 30 additions and 2369 deletions
+1
View File
@@ -23,6 +23,7 @@ flake8 = "*"
sphinx = "==1.7.9"
sphinx-rtd-theme = "==0.4.3"
sphinxcontrib-contentui = "==0.2.2"
toml = "^0.10.0"
[build-system]
requires = ["poetry>=0.12"]