Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pyproject.toml #90

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add pyproject.toml #90

wants to merge 1 commit into from

Conversation

fa0311
Copy link

@fa0311 fa0311 commented Jan 26, 2023

Overview

  • Added pyproject.toml
  • Renamed main.py to main.py

Scope of impact

Existing commands using main.py will no longer be available

Why

Allows pip to manage dependencies.

Usage

  1. pip install git+https://github.com/rootm0s/WinPwnage.git
  2. python -m winpwnage --scan uac or winpwnage --scan uac

From my repository:

  1. pip install git+https://github.com/fa0311/WinPwnage-Patched.git
  2. python -m winpwnage --scan uac or winpwnage --scan uac

or requirements.txt:
winpwnage @ git+https://github.com/fa0311/WinPwnage-Patched.git@e9c7de88870990c25f819c6d1594335c28bb5bac

Issue

  • Some entries in pyproject are insufficient
    • Please specify version correctly
    • Authors must be emailed
  • README.md command needs to be changed

Signed-off-by: ふぁ [email protected]

Signed-off-by: ふぁ <[email protected]>
@fa0311
Copy link
Author

fa0311 commented Jan 26, 2023

I thought about using pyinstaller to automatically build the files, but I thought it would be more appropriate to distribute the built files in releases, etc.

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.

2 participants