kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

Update versioner to #116

Closed TurBoss closed 1 year ago

TurBoss commented 1 year ago

update versioner.py https://github.com/python-versioneer/python-versioneer

to get a pep440 version name tun python3 setup.py version with the last created tag called N.N or some other described here

https://peps.python.org/pep-0440/

note: to fix versioneer working on qtpyvcp.conversational-gcode the directory name had to be changed to qtpyvcp_conversational_gcode. Please update your script as necessary for it to find the new directory.

TurBoss commented 1 year ago

merged