Skip to content

Commit 4b4e8fa

Browse files
authored
change pymcl version
1 parent 2c1cd8a commit 4b4e8fa

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,25 @@ name = "QAPy"
77
description = "A QAP compiler in Python"
88
version = "0.1.0"
99
authors = [
10-
{ name = "Jemtaly" },
10+
{ name = "Jemtaly" },
1111
]
1212
license = { file = "LICENSE" }
1313
readme = "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+
]
1425
requires-python = ">=3.10"
1526
dependencies = [
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]

0 commit comments

Comments
 (0)