Skip to content

Commit

Permalink
Remove data_files (#1643)
Browse files Browse the repository at this point in the history
Co-authored-by: Arusekk <arek_koz@o2.pl>
  • Loading branch information
nella17 and Arusekk committed Oct 20, 2020
1 parent 447aa55 commit 7aa22dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
python_requires = '>=2.7',
packages = find_packages(),
version = '4.5.0dev',
data_files = [('',
data_files = [('pwntools-doc',
glob.glob('*.md') + glob.glob('*.txt')),
],
package_data = {
Expand Down

0 comments on commit 7aa22dd

Please sign in to comment.