mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 09:40:07 +01:00
Remove deprecated setuptools options use_2to3 and license-file
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
license-file = LICENSE.txt
|
license_files = LICENSE.txt
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -374,7 +374,6 @@ if __name__ == '__main__':
|
|||||||
keywords = KEYWORDS,
|
keywords = KEYWORDS,
|
||||||
install_requires = INSTALL_REQUIRES,
|
install_requires = INSTALL_REQUIRES,
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
use_2to3 = False,
|
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
|
|
||||||
packages = WX_PKGLIST,
|
packages = WX_PKGLIST,
|
||||||
|
|||||||
Reference in New Issue
Block a user