Remove deprecated setuptools options use_2to3 and license-file

This commit is contained in:
Scott Talbert
2023-04-21 17:10:54 -04:00
parent 2f2624b17d
commit 87b606aa04
2 changed files with 1 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
[metadata]
license-file = LICENSE.txt
license_files = LICENSE.txt

View File

@@ -374,7 +374,6 @@ if __name__ == '__main__':
keywords = KEYWORDS,
install_requires = INSTALL_REQUIRES,
zip_safe = False,
use_2to3 = False,
include_package_data = True,
packages = WX_PKGLIST,