-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
support pip install #1250
Comments
That would great! |
+1 |
Hi. Would you consider publishing a package to PyPI? |
+1 |
oya +1 |
This would be insanely great indeed! |
+1 |
Please test and report back first impressions |
@2xyo I don't want to screw the current structure. There won't be a dumb sqlmap module directory with setup.py in root, at least not in the repository. It is ugly and majority of people are actually not pulling sqlmap through pip/pypi |
Just adding my thoughts to the conversation..what if people wanted to use sqlmap as a dependency of their project? |
Now they can do that with pip. Proper packaging is done and new tagged version is pushed each month to PyPI. Thing is that repository code will not conform to ugly setup.py requirements. People want to download current repository code and start using it OUT OF BOX. Without running setup.py each time. |
@mikecoon with the latest patch that "problem" should be fixed. Though, you should wait for couple of days when there will be a new |
Hello,
Support
pip install sqlmap
would be nice!A tutorial is listed here
https://packaging.python.org/en/latest/distributing.html
See the "Uploading your Project to PyPI" part.
Thank you!
The text was updated successfully, but these errors were encountered: