Skip to content

Commit 6a82ee1

Browse files
committed
updated setup #222
1 parent 4df3653 commit 6a82ee1

File tree

2 files changed

+31
-53
lines changed

2 files changed

+31
-53
lines changed

setup.cfg

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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

setup.py

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)