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