12345678910111213
  1. # See the docstring in versioneer.py for instructions. Note that you must
  2. # re-run 'versioneer.py setup' after changing this section, and commit the
  3. # resulting files.
  4. [versioneer]
  5. VCS = git
  6. style = pep440
  7. versionfile_source = gitstats/_version.py
  8. versionfile_build = gitstats/_version.py
  9. tag_prefix =
  10. parentdir_prefix = gitstats-