peteboyd / lammps_interface

automatic generation of LAMMPS input files for molecular dynamics simulations of MOFs
MIT License
125 stars 63 forks source link

add versioneer #53

Closed ltalirz closed 2 years ago

ltalirz commented 2 years ago

Replace homegrown versioning info with dedicated versioneer package [1]. When running in the git repository, versioneer reads the correct version information from the set of git tags present

Example: Last git tag is v0.2.2 ; there is one extra commit starting with aa00e90

$ lammps-interface --version
lammps_interface version 0.2.2+6.gaa00e90

[1] https://github.com/python-versioneer/python-versioneer