forked from leon-thomm/Ryven
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
32 lines (30 loc) · 791 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[metadata]
name = ryven
version = v3.1.1
author = Leon Thomm
author_email = [email protected]
description = Flow-based visual scripting for Python
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
url = https://github.com/leon-thomm/Ryven
project_urls =
Website = https://ryven.org
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
python_requires = >=3.6, !=3.10
install_requires =
ryvencore-qt ==0.3.1.*
ryvencore ==0.3.1.*
Jinja2
Pygments
textdistance
[options.entry_points]
console_scripts =
ryven = ryven:run_ryven
ryven_console = ryven:run_ryven_console