Skip to content

Commit 39aae1b

Browse files
Fix: bad code ref in pyproject.toml
1 parent 6bdac37 commit 39aae1b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ notebooks/SimpleGrammarMiner.ipynb
119119
# Jupyter Book
120120
_build/**
121121

122+
# Pip install
123+
build/**
124+
python_code/fuzzingbook.egg-info/
125+
122126
# PyCharm settings
123127
.idea/
124128

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies = [
7474
]
7575

7676
[tool.setuptools.packages.find]
77-
where = ["code"]
77+
where = ["python_code"]
7878
exclude = ["fuzzingbook*"]
7979

8080
[project.urls]

0 commit comments

Comments
 (0)