-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
34 lines (32 loc) · 1.12 KB
/
pyproject.toml
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
33
34
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "optioner"
version = "1.5.2"
description = "Argument Parser"
requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Topic :: Software Development :: Build Tools",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
keywords = ['d33pster', 'optioner', 'argument-parser', 'argument', 'parser', 'argparse']
readme = {file = "README.md", content-type = "text/markdown"}
license = { file = "LICENSE" }
authors = [
{name = "Soumyo Deep Gupta", email = "[email protected]"}
]
maintainers = [
{name = "Soumyo Deep Gupta", email = "[email protected]"}
]
[project.urls]
GitHub = 'https://github.com/d33pster/optioner'
Issues = 'https://github.com/d33pster/optioner/issues'
Documentation = 'https://d33pster.github.io/optioner/'