11[build-system ]
2- requires = [" setuptools>=61 " ]
2+ requires = [" setuptools>=70 " , " wheel " ]
33build-backend = " setuptools.build_meta"
44
55[tool .setuptools .dynamic ]
@@ -8,18 +8,17 @@ version = { attr = "httoop.version.__version__" }
88[project ]
99name = " httoop"
1010dynamic = [" version" ]
11+ license = { text = " MIT" }
1112description = " object oriented HTTP protocol library"
1213readme = { file = " README.md" , content-type = " text/markdown" }
1314authors = [
1415 { name = " SpaceOne" , email = " space@wechall.net" }
1516]
16- license = { text = " MIT" }
1717keywords = [" HTTP" , " web" , " proxy" , " cache" , " client" , " server" , " library" ]
1818classifiers = [
1919 " Environment :: Web Environment" ,
2020 " Intended Audience :: Developers" ,
2121 " Intended Audience :: Information Technology" ,
22- " License :: OSI Approved :: MIT License" ,
2322 " Natural Language :: English" ,
2423 " Operating System :: POSIX :: BSD" ,
2524 " Operating System :: POSIX :: Linux" ,
@@ -55,13 +54,13 @@ test = [
5554[tool .pytest .ini_options ]
5655addopts = " -s -l -vv --tb=native --strict-markers --cov=httoop --cov-report=xml --cov-report=term-missing"
5756
58- [tool .setuptools .packages .find ]
59- where = [" ." ]
60- exclude = [" tests" , " tests.*" ]
61-
6257[tool .setuptools ]
6358zip-safe = true
6459
60+ [tool .setuptools .packages .find ]
61+ include = [" httoop*" ]
62+ exclude = [" debian.*" , " tests.*" , " rfc.*" ]
63+
6564[project .urls ]
6665Homepage = " https://github.com/spaceone/httoop"
6766
0 commit comments