11[build-system ]
2- requires = [" setuptools>=61.0 " , " wheel" ]
2+ requires = [" setuptools" , " wheel" ]
33build-backend = " setuptools.build_meta"
44
55[project ]
66name = " libcrypto"
7- version = " 1.1.6 "
7+ version = " 1.1.4 "
88description = " A professional library For Cryptography and Cryptocurrencies in Python."
99readme = " README.md"
1010requires-python = " >=3.8"
@@ -29,17 +29,19 @@ classifiers = [
2929 " Programming Language :: Python :: 3.10" ,
3030 " Programming Language :: Python :: 3.11" ,
3131 " Programming Language :: Python :: 3.12" ,
32+ " Programming Language :: Python :: 3.13" ,
33+ " Programming Language :: Python :: 3.14" ,
3234 " Topic :: Security :: Cryptography" ,
3335 " Topic :: Software Development :: Libraries :: Python Modules" ,
3436 " Topic :: Office/Business :: Financial" ,
3537 " Topic :: System :: Systems Administration :: Authentication/Directory" ,
3638 " Typing :: Typed" ,
3739]
3840dependencies = [
39- " pycryptodome>=3.23.0 " ,
40- " rich>=14.0.0 " ,
41- " wheel>=0.45.1 " ,
42- " setuptools>=80.9.0 " ,
41+ " pycryptodome" ,
42+ " rich" ,
43+ " wheel" ,
44+ " setuptools" ,
4345]
4446
4547[project .optional-dependencies ]
@@ -71,3 +73,4 @@ package-dir = { "" = "src" }
7173
7274[tool .setuptools .packages .find ]
7375where = [" src" ]
76+ where = [" src" ]
0 commit comments