File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ version = '0.3.30'
1313description = ' Fast HTML5 parser with CSS selectors.'
1414readme = ' README.rst'
1515requires-python = ' >=3.9'
16- license = { file = ' LICENSE ' }
16+ license = {text = ' MIT ' }
1717authors = [
1818 { name = ' Artem Golubin' , email = ' me@rushter.com' }
1919]
2020dependencies = [
21- " Cython" ,
2221]
22+
2323keywords = [
2424 " selectolax" ,
2525 " html" ,
@@ -33,7 +33,6 @@ classifiers = [
3333 " Topic :: Internet" ,
3434 " Topic :: Internet :: WWW/HTTP" ,
3535 " Intended Audience :: Developers" ,
36- " License :: OSI Approved :: MIT License" ,
3736 " Natural Language :: English" ,
3837 " Programming Language :: Python :: 3" ,
3938 " Programming Language :: Python :: 3.9" ,
Original file line number Diff line number Diff line change @@ -176,11 +176,6 @@ def make_extensions():
176176 packages = find_packages (include = ["selectolax" ]),
177177 package_data = {"selectolax" : ["py.typed" ]},
178178 include_package_data = True ,
179- license = "MIT license" ,
180179 zip_safe = False ,
181- test_suite = "tests" ,
182- tests_require = [
183- "pytest" ,
184- ],
185180 ext_modules = make_extensions (),
186181)
You can’t perform that action at this time.
0 commit comments