before refactoring
This commit is contained in:
@@ -1,24 +1,26 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "medtrace-synth"
|
||||
version = "0.0.0.dev0"
|
||||
description = "Synthesized biometric signals service"
|
||||
urls = { "gitlab" = "https://gitlab.pojagi.org/tjb1982/medtrace-synth" }
|
||||
authors = [
|
||||
{ name = "Tom Brennan", email = "tjb1982@gmail.com" },
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
classifiers = []
|
||||
dependencies = [
|
||||
# "pydantic==1.10.2",
|
||||
"pojagi-dsp==0.0.0.dev0",
|
||||
# "PyYAML>=5.3.1",
|
||||
|
||||
"websockets==12.0",
|
||||
authors = [
|
||||
{ name = "Tom Brennan", email = "tjb1982@gmail.com" },
|
||||
]
|
||||
classifiers = []
|
||||
urls = { "gitlab" = "https://git.pojagi.org/tjb1982/medtrace-synth" }
|
||||
dependencies = ["websockets==12.0"]
|
||||
|
||||
version = "0.0.0.dev0"
|
||||
# dynamic = ["version"]
|
||||
[project.optional-dependencies]
|
||||
dev = ["watchfiles"] # "pojagi-dsp @ file://{root}/../pojagi-dsp"]
|
||||
live = ["pojagi-dsp @ git+https://git.pojagi.org/tjb1982/pojagi-dsp@blueberry"]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/medtrace_synth"]
|
||||
|
||||
[tool.hatch.metadata]
|
||||
allow-direct-references = true
|
||||
|
||||
Reference in New Issue
Block a user