mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-15 21:59:58 -04:00
Use license_files instead of license_file
Closes #6727 See: https://github.com/pypa/setuptools/pull/2620
This commit is contained in:
parent
a4fc8a29f4
commit
928d2925bb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ classifiers =
|
|||
Topic :: System :: Archiving :: Backup
|
||||
platforms = Linux, MacOS X, FreeBSD, OpenBSD, NetBSD
|
||||
license = BSD
|
||||
license_file = LICENSE
|
||||
license_files = LICENSE
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/borgbackup/borg/issues
|
||||
Documentation = https://borgbackup.readthedocs.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue