setup.cfg 332 B

123456789101112
  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 = redmail/_version.py
  8. versionfile_build = redmail/_version.py
  9. tag_prefix = v
  10. parentdir_prefix = redmail-