-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (40 loc) · 1.4 KB
/
pyproject.toml
File metadata and controls
42 lines (40 loc) · 1.4 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
dynamic = ["version"]
name = "dexcom-browser-source"
description = "Cross-platform Qt desktop application providing a Browser Source for OBS to display Dexcom Glucose Monitor readings"
readme = { file = "README.md", content-type = "text/markdown" }
license = "MIT"
license-files = ["LICEN[CS]E*", "vendored/licenses/*.txt", "AUTHORS.md"]
authors = [{ name = "possiblemeatball", email = "meatball@manthrowshat.net" }]
maintainers = [
{ name = "possiblemeatball", email = "meatball@manthrowshat.net" },
]
keywords = [
"dexcom",
"obs",
"browser source",
"obs browser source",
"dexcom obs display",
"dexcom stream overlay",
"dexcom overlay",
"blood sugar stream overlay",
"glucose stream overlay",
]
dependencies = [
"pydexcom==0.5.0",
"Flask==3.1.2",
"pyside6==6.10.1",
"pyqtdarktheme==0.1.7",
"toml==0.10.2",
"waitress==3.0.2",
"matplotlib==3.10.8",
]
[project.urls]
Homepage = "https://manthrowshat.net/projects/dexcom-browser-source"
Documentation = "https://git.manthrowshat.net/meatball/dexcom-browser-source/wiki"
Repository = "https://git.manthrowshat.net/meatball/dexcom-browser-source.git"
Issues = "https://git.manthrowshat.net/meatball/dexcom-browser-source/issues"
Changelog = "https://git.manthrowshat.net/meatball/dexcom-browser-source/commits/branch/main"