File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,28 @@ dependencies = [
1515 " pycryptodomex>=3.6.2" ,
1616 " lxml" ,
1717]
18- dynamic = [" version" ]
19-
18+ classifiers = [
19+ " Topic :: Security" ,
20+ " Topic :: Software Development :: Libraries" ,
21+ " License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
22+ " Programming Language :: Python :: 3.6" ,
23+ " Programming Language :: Python :: 3.7" ,
24+ " Programming Language :: Python :: 3.8" ,
25+ " Programming Language :: Python :: 3.9" ,
26+ " Programming Language :: Python :: 3.10" ,
27+ " Programming Language :: Python :: 3.11" ,
28+ ]
2029
2130[project .urls ]
2231Homepage = " https://github.com/libkeepass/pykeepass"
23-
24- [ tool . setuptools . dynamic ]
25- version = { attr = " pykeepass.version.__version__ " }
32+ Repository = " https://github.com/libkeepass/pykeepass "
33+ Issues = " https://github.com/libkeepass/pykeepass/issues "
34+ Changelog = " https://github.com/libkeepass/ pykeepass/blob/master/CHANGELOG.rst "
2635
2736[tool .setuptools ]
2837packages = [" pykeepass" ]
2938include-package-data = true
39+
40+ [build-system ]
41+ requires = [" setuptools>=59.0.0" ]
42+ build-backend = ' setuptools.build_meta'
You can’t perform that action at this time.
0 commit comments