We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f7384 commit 5419e35Copy full SHA for 5419e35
1 file changed
scripts/github-actions/pypi/assets/setup.py
@@ -45,13 +45,13 @@ def run(self):
45
classifiers=[
46
'Development Status :: 5 - Production/Stable',
47
'Intended Audience :: Developers',
48
- 'License :: OSI Approved :: Apache Software License',
49
'Operating System :: POSIX :: Linux',
50
'Operating System :: MacOS :: MacOS X',
51
'Programming Language :: C++',
52
'Topic :: Internet :: WWW/HTTP',
53
'Topic :: Software Development :: Libraries :: Python Modules',
54
],
+ license='Apache-2.0',
55
keywords='html-extraction scraping html data-extraction',
56
project_urls={
57
'Github': 'https://github.com/html-extract/hext/',
0 commit comments