File tree Expand file tree Collapse file tree 2 files changed +31
-53
lines changed Expand file tree Collapse file tree 2 files changed +31
-53
lines changed Original file line number Diff line number Diff line change 1+ [metadata]
2+ license = MIT License
3+ license_file = LICENSE.md
4+ long_description = file: README.md
5+ long_description_content_type = text/markdown
6+ description = Node graph framework for PySide2/PyQt5 that can be
7+ implemented and re-purposed into applications.
8+ classifiers = Operating System :: OS Independent
9+ License :: OSI Approved :: MIT License
10+ Programming Language :: Python :: 3.6
11+ url = https://github.com/jchanvfx/NodeGraphQt
12+ project_urls =
13+ Documentation = https://jchanvfx.github.io/NodeGraphQt/api/html/index.html
14+ Source = https://github.com/jchanvfx/NodeGraphQt/
15+ Tracker = https://github.com/jchanvfx/NodeGraphQt/issues
16+
17+ [options]
18+ packages = find:
19+ include_package_data = True
20+ python_requires = >=3.6
21+ install_requires =
22+ Qt.py>=1.2.0
23+
24+ [options.extras_require]
25+ PySide2 = PySide2>=5.15
26+
27+ [options.packages.find]
28+ exclude = example_nodes
29+
30+ [options.package_data]
31+ NodeGraphQt = widgets/icons/node_base.png
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments