Skip to content

Commit 653433f

Browse files
authored
Update setup.py (#1)
* Update setup.py Setup.py to correctly identify the required packages. * Create MANIFEST.in Add images required for the widgets to display correctly.
1 parent a64e209 commit 653433f

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)