Skip to content

Commit 684aa96

Browse files
committed
infra: update license declaration
1 parent 1d49a28 commit 684aa96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
package_dir={'mfr': 'mfr'},
1818
include_package_data=True,
1919
zip_safe=False,
20+
license='Apache-2.0',
2021
classifiers=[
2122
'Natural Language :: English',
2223
'Intended Audience :: Developers',
2324
'Programming Language :: Python :: 3',
2425
'Programming Language :: Python :: 3.13',
2526
'Development Status :: 5 - Production/Stable',
26-
'License :: OSI Approved :: Apache Software License',
2727
],
2828
provides=[
2929
'mfr.extensions',

0 commit comments

Comments
 (0)