11[build-system ]
2- requires = [" setuptools>=61.0 " ]
2+ requires = [" setuptools" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
@@ -12,15 +12,14 @@ description = "Python cross-version byte-code library and disassembler"
1212dependencies = [
1313 " click" ,
1414 " spark-parser >= 1.8.9, < 1.9.2" ,
15- " xdis >= 6.1.0, < 6.2.0 " ,
15+ " xdis >= 6.1.0, < 6.3 " ,
1616]
1717readme = " README.rst"
18- license = { text = " GPL" }
18+ license = " GPL-3.0-or-later "
1919keywords = [" Python bytecode" , " bytecode" , " disassembler" ]
2020classifiers = [
2121 " Development Status :: 5 - Production/Stable" ,
2222 " Intended Audience :: Developers" ,
23- " License :: OSI Approved :: MIT License" ,
2423 " Programming Language :: Python" ,
2524 " Topic :: Software Development :: Libraries :: Python Modules" ,
2625 " Programming Language :: Python :: 2.4" ,
@@ -63,3 +62,8 @@ version = {attr = "uncompyle6.version.__version__"}
6362
6463[tool .setuptools .packages .find ]
6564include = [" uncompyle6*" ] # Include all subpackages
65+
66+ [tool .pyright ]
67+ include = [" trepan" ]
68+ # exclude = []
69+ ignore = [" dist" , " docs" , " tmp" , " .cache" ]
0 commit comments