Skip to content

Commit

Permalink
Autogenerated - Upstream v0.12.0-381-g20415f40
Browse files Browse the repository at this point in the history
  • Loading branch information
Klippy-Tools-Bot committed Nov 27, 2024
1 parent 516d14d commit bbdaf14
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@ build-backend = "setuptools.build_meta"

[project]
name = "klipper-klippy-l"
version = "0.12.0.dev287"
license.text = "GPL-3.0-only"
readme = "README-py.md"
description = "Klipper's host daemon - Unofficial repackage, includes patches"
description = "Klipper's host daemon - Unofficial repackage, includes patches"
dependencies= [
"cffi==1.15.1",
"pyserial==3.4",
"greenlet==2.0.2",
"Jinja2==2.11.3",
"python-can==3.3.4",
"markupsafe==1.1.1"
"cffi==1.15.1",
"pyserial==3.4",
"greenlet==2.0.2",
"Jinja2==2.11.3",
"python-can==3.3.4",
"markupsafe==1.1.1"
]

dynamic = [ "version" ]

[project.optional-dependencies]
resonanceTest = [
"numpy",
"matplotlib"
"numpy",
"matplotlib"
]

[project.urls]
Expand All @@ -30,10 +31,14 @@ homepage = "https://github.com/laikulo/klippy"
klipper-klippy = "klippy.klippy:main"
klipper_klippy = "klippy.klippy:main"

[tool.setuptools.dynamic]
version = { file = ".py_version" }

[tool.setuptools.packages.find]
include = [
"klippy",
"klippy.*",
"build_data"
]

[tool.setuptools.package-data]
Expand All @@ -43,8 +48,5 @@ klippy = [ "config/*", "docs/*" ]

[tool.setuptools.exclude-package-data]
"klippy.chelper" = [
"*.[ch]"
"*.[ch]"
]



0 comments on commit bbdaf14

Please sign in to comment.