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
Sat, Mar 15, 11:05 AM (20 h, 9 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d9/22/72e0eb939eb993424ea1dd27f387

Event Timeline