Page MenuHomedesp's stash

pyproject.toml
No OneTemporary

pyproject.toml

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
[project]
name = "fusion"
version = "0.1.0"
authors = [
{ name = "despawningbone", email = "[email protected]" },
]
description = "GIGABYTE Fusion RGB reimplementation"
dependencies = [
"hidapi"
]
[project.optional-dependencies]
player = ["opencv-python"]
#install both the lib and the scripts onto site packages
[tool.setuptools]
include-package-data = false
packages = ["fusion", "fusion.lib"]
package-dir = { fusion = "." } #don't include fusion.lib here it's unnecessary
#comment the above section and use this instead to just install the dependencies since this repo can also be run standalone
#[tool.setuptools]
#packages = []

File Metadata

Mime Type
text/plain
Expires
Tue, Feb 10, 2:07 PM (1 d, 18 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c8/e9/6d61ae6f24d56462f4f1d8ceab8e

Event Timeline