Skip to content

Commit

Permalink
Merge pull request #523 from fkie-cad/fix-setup
Browse files Browse the repository at this point in the history
fix setup.py
  • Loading branch information
djkhl authored Feb 8, 2024
2 parents 3ccedfa + 8eaa651 commit e1fcaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

### Bugfix

## v10.0.1
### Bugfix

* fix entrypoint in `setup.py` that corrupted the install


## v10.0.0
### Breaking
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
python_requires=">=3.10",
entry_points={
"console_scripts": [
"logprep = logprep.run_logprep:main",
"logprep = logprep.run_logprep:cli",
]
},
)

0 comments on commit e1fcaf5

Please sign in to comment.