Skip to content

Replace setup.py with pyproject.toml and fix SyntaxWarning in fuzzer.py#1537

Open
dark-vpr wants to merge 4 commits intomaurosoria:masterfrom
dark-vpr:master
Open

Replace setup.py with pyproject.toml and fix SyntaxWarning in fuzzer.py#1537
dark-vpr wants to merge 4 commits intomaurosoria:masterfrom
dark-vpr:master

Conversation

@dark-vpr
Copy link
Copy Markdown

@dark-vpr dark-vpr commented Mar 2, 2026

Description

What does this PR do?

  1. Migrate from setup.py to pyproject.toml
    Replaces the legacy setup.py (which depended on the deprecated pkg_resources API) with a modern pyproject.toml. This fixes:

  2. Fix SyntaxWarning: break in finally block in fuzzer.py
    Removes the problematic break inside a finally block that triggered a SyntaxWarning on Python 3.8+, while preserving the original control flow.

Requirements

  • Add your name to CONTRIBUTORS.md
  • If this is a new feature, then please add some additional information about it to CHANGELOG.md

@dark-vpr dark-vpr marked this pull request as ready for review March 2, 2026 09:51
Copy link
Copy Markdown
Owner

@maurosoria maurosoria left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this seems fine @shelld3v ?

dark-vpr

This comment was marked as off-topic.

@dark-vpr dark-vpr marked this pull request as draft April 5, 2026 19:29
@dark-vpr dark-vpr changed the title Replace setup.py with pyproject.toml and fix SyntaxWarning in `fuzzer.py Replace setup.py with pyproject.toml and fix SyntaxWarning in fuzzer.py Apr 5, 2026
@dark-vpr dark-vpr marked this pull request as ready for review April 5, 2026 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModuleNotFoundError: No module named 'lib.core.installation' When I run it, dirsearch has a warning

2 participants