Skip to content

Commit

Permalink
Minor fix for python 3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tkipf committed Jan 23, 2017
1 parent 14e6bba commit 47e1aed
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 @@ -14,5 +14,5 @@
'networkx',
'scipy'
],
package_data={'gcn': ['README.md', 'gcn/data/']},
package_data={'gcn': ['README.md']},
packages=find_packages())

0 comments on commit 47e1aed

Please sign in to comment.