@@ -22,25 +22,23 @@ name = "reqif"
2222dynamic = [" version" ]
2323description = " Python library for ReqIF format. ReqIF parsing and unparsing."
2424readme = " README.md"
25- license = " Apache-2.0"
25+ license = { text = " Apache-2.0" }
2626requires-python = " >=3.8"
2727authors = [
2828 { name = " Stanislav Pankevich" , email = " s.pankevich@gmail.com" },
2929]
3030classifiers = [
31- # "Development Status :: 4 - Beta",
32- # "Environment :: Web Environment",
33- # "Intended Audience :: Developers",
34- " License :: OSI Approved :: BSD License" ,
31+ " License :: OSI Approved :: Apache Software License" ,
3532 " Operating System :: OS Independent" ,
3633 " Programming Language :: Python :: 3" ,
3734 " Programming Language :: Python :: 3.8" ,
3835 " Programming Language :: Python :: 3.9" ,
3936 " Programming Language :: Python :: 3.10" ,
4037 " Programming Language :: Python :: 3.11" ,
38+ " Programming Language :: Python :: 3.12" ,
39+ " Programming Language :: Python :: 3.13" ,
4140 " Programming Language :: Python :: Implementation :: CPython" ,
4241 " Programming Language :: Python :: Implementation :: PyPy" ,
43- # "Topic :: Internet :: WWW/HTTP",
4442]
4543dependencies = [
4644 " lxml >= 4.6.2" ,
@@ -81,8 +79,7 @@ development = [
8179reqif = " reqif.cli.main:main"
8280
8381[project .urls ]
84- Changelog = " https://github.com/strictdoc-project/reqif/blob/main/CHANGELOG.md"
85- # Funding = "https://..."
82+ Changelog = " https://github.com/strictdoc-project/reqif/releases"
8683Homepage = " https://github.com/strictdoc-project/reqif"
8784Source = " https://github.com/strictdoc-project/reqif"
8885
0 commit comments