lanmaster53 / recon-ng

Open Source Intelligence gathering tool aimed at reducing the time spent harvesting information from open sources.
GNU General Public License v3.0
4.1k stars 646 forks source link

add support for pip install #208

Open branchvincent opened 5 months ago

branchvincent commented 5 months ago

This adds a pyproject.toml so users can pip install it. I've kept things the same as much as possible, but:

Demo:

$ python3.11 -m venv .venv
$ .venv/bin/pip install git+https://github.com/branchvincent/recon-ng@pyproject
$ .venv/bin/recon-cli --version
5.1.2