Skip to content

Commit 5419e35

Browse files
committed
pypi/assets/setup.py: add SPDX license expression
remove deprecated license classifier
1 parent 95f7384 commit 5419e35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • scripts/github-actions/pypi/assets

scripts/github-actions/pypi/assets/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ def run(self):
4545
classifiers=[
4646
'Development Status :: 5 - Production/Stable',
4747
'Intended Audience :: Developers',
48-
'License :: OSI Approved :: Apache Software License',
4948
'Operating System :: POSIX :: Linux',
5049
'Operating System :: MacOS :: MacOS X',
5150
'Programming Language :: C++',
5251
'Topic :: Internet :: WWW/HTTP',
5352
'Topic :: Software Development :: Libraries :: Python Modules',
5453
],
54+
license='Apache-2.0',
5555
keywords='html-extraction scraping html data-extraction',
5656
project_urls={
5757
'Github': 'https://github.com/html-extract/hext/',

0 commit comments

Comments
 (0)