setup.cfg 524 B

12345678910111213141516
  1. [metadata]
  2. # This includes the license file(s) in the wheel.
  3. # https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
  4. license_files = LICENSE.txt
  5. # See the docstring in versioneer.py for instructions. Note that you must
  6. # re-run 'versioneer.py setup' after changing this section, and commit the
  7. # resulting files.
  8. [versioneer]
  9. VCS = git
  10. style = pep440
  11. versionfile_source = rembg/_version.py
  12. versionfile_build = rembg/_version.py
  13. tag_prefix = v
  14. parentdir_prefix = rembg-