-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 784 Bytes
/
pyproject.toml
File metadata and controls
30 lines (27 loc) · 784 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
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
[project]
name = "pixoo"
version = "0.9.2"
authors = [
{ name = "Ron Talman", email = "ron@somethingwithcomputers.com" },
]
description = "A library to easily communicate with the Divoom Pixoo 64"
license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dynamic = ['dependencies', 'keywords']
[project.urls]
Homepage = "https://github.com/SomethingWithComputers/pixoo"
Issues = "https://github.com/SomethingWithComputers/pixoo/issues"
#[tool.setuptools]
#py-modules = ["__init__", "utilities"]
#
#[tool.setuptools.packages.find]
#where = ["pixoo"]
#namespaces = false