-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 798 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (27 loc) · 798 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
28
29
30
[project]
name = "mfnp"
version = "0.2.0"
description = "Mainframe Notepad — simple JCL editor with ability to send jobs to mainframe via FTP and receive results"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
keywords = ["python", "editor", "gui", "notepad", "ftp", "jcl", "mainframe", "zos", "zosmf", "dearpygui", "mainframe-automation"]
authors = [
{name = "Nikolay Shishov", email = "nikolay.shishov@gmail.com"}
]
classifiers = [
"Development Status :: 4 - Beta",
"Programming Language :: Python"
]
dependencies = [
"dearpygui == 1.8.0",
"dearpygui_ext == 0.9.5",
]
[project.optional-dependencies]
dev = [
"flake8 >= 5.0.4",
"black >= 22.10.0",
"isort >= 5.10.1"
]
[project.urls]
repository = "https://github.com/nickosh/mfnp"