4747 warnings .simplefilter ('default' )
4848
4949
50- LLFUSE_VERSION = '1.5.1 '
50+ LLFUSE_VERSION = '1.5.2 '
5151
5252def main ():
5353
@@ -105,7 +105,8 @@ def main():
105105 author = 'Nikolaus Rath' ,
106106107107 url = 'https://github.com/python-llfuse/python-llfuse/' ,
108- license = 'LGPL' ,
108+ license = 'LGPL-2.0-or-later' ,
109+ license_files = ['LICENSE' ],
109110 classifiers = ['Development Status :: 4 - Beta' ,
110111 'Intended Audience :: Developers' ,
111112 'Programming Language :: Python' ,
@@ -119,7 +120,6 @@ def main():
119120 'Programming Language :: Python :: 3.14' ,
120121 'Topic :: Software Development :: Libraries :: Python Modules' ,
121122 'Topic :: System :: Filesystems' ,
122- 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)' ,
123123 'Operating System :: POSIX :: Linux' ,
124124 'Operating System :: MacOS :: MacOS X' ,
125125 'Operating System :: POSIX :: BSD :: FreeBSD' ],
@@ -128,7 +128,6 @@ def main():
128128 package_dir = {'' : 'src' },
129129 packages = setuptools .find_packages ('src' ),
130130 python_requires = '>=3.8' ,
131- tests_require = ['pytest >= 3.4.0' ],
132131 provides = ['llfuse' ],
133132 ext_modules = [Extension ('llfuse' , c_sources ,
134133 extra_compile_args = compile_args ,
0 commit comments