-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
27 lines (22 loc) · 891 Bytes
/
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
[project]
name = "inincompatibility"
version = "0.0.8"
description = "A dependency-free, code-less socket-based solution for resolving environment incompatibilities"
readme = "README.rst"
requires-python = ">=3.7"
license = {file = "LICENSE"}
keywords = ["compatibility", "incompatibility", "socket"]
authors = [{name = "userElaina", email = "[email protected]"}]
maintainers = [{name = "userElaina", email = "[email protected]"}]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3"
]
dependencies = []
[project.urls]
"Homepage" = "https://github.com/userElaina/inincompatibility"
"Bug Reports" = "https://github.com/userElaina/inincompatibility/issues"
"Source" = "https://github.com/userElaina/inincompatibility"
[build-system]
requires = ["setuptools>=43.0.0", "wheel"]
build-backend = "setuptools.build_meta"