We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 575fc46 + 653433f commit 249d2bfCopy full SHA for 249d2bf
MANIFEST.in
@@ -0,0 +1,2 @@
1
+include NodeGraphQt/widgets/icons/down_arrow.png
2
+include NodeGraphQt/widgets/icons/node_base.png
setup.py
@@ -26,8 +26,9 @@
26
long_description=long_description,
27
long_description_content_type='text/markdown',
28
url='https://github.com/jchanvfx/NodeGraphQt',
29
- packages=['NodeGraphQt'],
+ packages=setuptools.find_packages(exclude=["example_nodes"]),
30
classifiers=classifiers,
31
+ include_package_data=True,
32
)
33
34
0 commit comments