Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/stable' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
zachriggle committed Sep 19, 2016
2 parents 254958b + c0f02d4 commit dacdd39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 7 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
include *.txt
graft examples
graft extra
include *.md *.txt *.sh *.yml MANIFEST.in
recursive-include docs *.rst *.png Makefile *.py *.txt
recursive-include pwnlib *.py *.asm *.rst *.md *.txt *.sh
recursive-include pwn *.py *.asm *.rst *.md *.txt *.sh
recursive-exclude *.pyc
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@
packages = find_packages(),
version = '3.1.0beta2',
data_files = [('',
['LICENSE-pwntools.txt',
]),
glob.glob('*.md') + glob.glob('*.txt')),
],
package_data = {
'pwnlib': [
Expand Down

0 comments on commit dacdd39

Please sign in to comment.