Skip to content

Commit

Permalink
Merge pull request knownsec#129 from knownsec/add/release_pip
Browse files Browse the repository at this point in the history
fix pip release package bug
  • Loading branch information
Hysia authored May 10, 2017
2 parents 373cfbf + 9bc1480 commit c5c5e02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include README.md
recursive-include pocsuite *
2 changes: 1 addition & 1 deletion pocsuite/lib/core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
PYVERSION = sys.version.split()[0]

ISSUES_PAGE = "https://github.com/knownsec/Pocsuite/issues"
GIT_REPOSITORY = "git@github.com:knownsec/Pocsuite.git"
GIT_REPOSITORY = "https://github.com/knownsec/Pocsuite.git"
GIT_PAGE = "https://github.com/knownsec/Pocsuite"

LEGAL_DISCLAIMER = "Usage of pocsuite for attacking targets without prior mutual consent is illegal."
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'lxml',
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit c5c5e02

Please sign in to comment.