mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-05 20:16:10 +08:00
17 lines
524 B
INI
17 lines
524 B
INI
[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-
|