https://github.com/laszukdawid/PyEMD
Raw File
Tip revision: 5a19e2606f0da0cf3b43ec9459d2b175f46f9a97 authored by Dawid Laszuk on 21 March 2024, 04:57:26 UTC
Update CI on the mast to only create package when PyEMD/__init__.py changes (#153)
Tip revision: 5a19e26
pyproject.toml
[build-system]
requires = [
  "setuptools>=58",
  "wheel",
]

[tool.black]
line-length = 120

[tool.isort]
line_length = 120
profile = "black"
back to top