Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit b31cb6e

Browse files
author
Ken McMillan
committed
fixed error in setup.py
1 parent a641d7f commit b31cb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email='nomail@example.com',
99
license='MIT',
1010
packages=find_packages(),
11-
include_package_data={'ivy':['include/*.ivy','include/*.h']}
11+
package_data={'ivy':['include/*.ivy','include/*.h']},
1212
install_requires=[
1313
'ply',
1414
'pygraphviz',

0 commit comments

Comments
 (0)