2023-06-28 07:26:00 +00:00
|
|
|
[project]
|
|
|
|
name = "pv2"
|
2023-08-22 06:53:31 +00:00
|
|
|
version = "0.11.0"
|
2023-07-02 08:56:24 +00:00
|
|
|
description = "PV2 backend framework module"
|
|
|
|
readme = "README.md"
|
2023-06-28 07:26:00 +00:00
|
|
|
authors = [
|
2023-07-02 08:56:24 +00:00
|
|
|
{ name = "Louis Abel", email = "label@rockylinux.org" }
|
2023-06-28 07:26:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
maintainers = [
|
2023-07-02 08:56:24 +00:00
|
|
|
{ name = "Louis Abel", email = "label@rockylinux.org" }
|
2023-06-28 07:26:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
requires-python = ">=3.6"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
"GitPython >= 3.1.30",
|
|
|
|
"lxml >= 4.6.5",
|
2023-07-06 22:49:05 +00:00
|
|
|
"file-magic >= 0.4.0",
|
|
|
|
"pycurl >= 7.43.0.6"
|
2023-06-28 07:26:00 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
"Homepage" = "https://github.com/peridotbuild/pv2"
|
|
|
|
"Bug Tracker" = "https://github.com/peridotbuild/pv2/issues"
|
2023-07-02 08:56:24 +00:00
|
|
|
|
|
|
|
[project.license]
|
|
|
|
file = "LICENSE"
|
|
|
|
|
|
|
|
[tool.setuptools]
|
|
|
|
package-dir = { "pv2" = "pv2" }
|
2023-08-22 06:53:31 +00:00
|
|
|
|
|
|
|
[tool.poetry.scripts]
|
|
|
|
import_pkg = "pv2.scripts.import_pkg:run"
|
|
|
|
#pkg_info = "pv2.scripts.pkg_info:run"
|
|
|
|
#build_pkg = "pv2.scripts.build_pkg:run"
|