-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 847 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 847 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 = "py3dephell"
version = "0.4.1"
authors = [
{name = "Daniel Zagaynov", email = "kotopesutility@altlinux.org"},
]
description = "Helps to control project dependencies and provides"
readme = "README.md"
keywords = ["dependencies", "provides", "requirements", "dependency hell",]
license = {text = "GPLv2"}
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Operating System :: Unix",
"Programming Language :: Python :: 3",
"Topic :: System :: Software Distribution",
]
requires-python = ">=3.10"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = "https://github.com/altlinux/py3dephell.git"
[project.scripts]
py3req = "py3dephell.py3req:main"
py3prov = "py3dephell.py3prov:main"