File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,14 +7,25 @@ name = "QAPy"
77description = " A QAP compiler in Python"
88version = " 0.1.0"
99authors = [
10- { name = " Jemtaly" },
10+ { name = " Jemtaly" },
1111]
1212license = { file = " LICENSE" }
1313readme = " README.md"
14+ classifiers = [
15+ " Development Status :: 3 - Alpha" ,
16+ " License :: OSI Approved :: MIT License" ,
17+ " Operating System :: OS Independent" ,
18+ " Programming Language :: Python :: 3" ,
19+ " Programming Language :: Python :: 3.10" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Intended Audience :: Developers" ,
23+ " Topic :: Security :: Cryptography" ,
24+ ]
1425requires-python = " >=3.10"
1526dependencies = [
16- " dill>=0.4.0" ,
17- " pymcl @ git+https://github.com/Jemtaly/ pymcl.git@v1.0.0 " ,
27+ " dill>=0.4.0" ,
28+ " pymcl==1.0.2 " ,
1829]
1930
2031[project .scripts ]
You can’t perform that action at this time.
0 commit comments