forked from leon-thomm/ryvencore
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 761 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 761 Bytes
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
[metadata]
name = ryvencore
version = v0.4.0
author = Leon Thomm
author_email = l.thomm@mailbox.org
description = Python backend for node editor-like graph-based processing
long_description = file: README.md
long_description_content_type = text/markdown
license_file = LICENSE
url = https://github.com/leon-thomm/ryvencore
project_urls =
Website = https://ryven.org
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Operating System :: OS Independent
[options]
packages = find:
include_package_data = True
python_requires = >=3.6
install_requires =
importlib_metadata; python_version<'3.8'
packaging
# [options.entry_points]
# console_scripts = (None)