Skip to content

Commit 059f5af

Browse files
committed
fix package-mode in pyproject
1 parent ac2d4e7 commit 059f5af

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you use GitBug-Java in your research work, please cite [GitBug-Java: A Reprod
2121

2222
Requirements:
2323
- Python (Recommended 3.11)
24-
- Poetry (Recommended 1.8 and higher)
24+
- Poetry (Recommended 2.0 and higher)
2525
- Docker (v20 or higher)
2626
- If you are on Ubuntu/Debian, choose a system with GLIBC 2.32 or 2.34 as some of the dependencies require these versions (A docker image would not be suitable as it would require DinD).
2727

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description = "A Reproducible Java Benchmark of Recent Bugs"
55
authors = ["André Silva <[email protected]>", "Nuno Saavedra <[email protected]>"]
66
license = "MIT License"
77
readme = "README.md"
8+
package-mode = false
89

910
[tool.poetry.dependencies]
1011
python = "^3.12"

0 commit comments

Comments
 (0)