Skip to content

Commit 249d2bf

Browse files
authored
Merge pull request #107 from ray-barrett/master
Update setup.py with missing dependencies
2 parents 575fc46 + 653433f commit 249d2bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include NodeGraphQt/widgets/icons/down_arrow.png
2+
include NodeGraphQt/widgets/icons/node_base.png

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
long_description=long_description,
2727
long_description_content_type='text/markdown',
2828
url='https://github.com/jchanvfx/NodeGraphQt',
29-
packages=['NodeGraphQt'],
29+
packages=setuptools.find_packages(exclude=["example_nodes"]),
3030
classifiers=classifiers,
31+
include_package_data=True,
3132
)
3233

3334

0 commit comments

Comments
 (0)