🔧 add pyproject.toml
This commit is contained in:
parent
00fc30f5d5
commit
ba68f223e6
|
@ -1,3 +1,15 @@
|
|||
[project]
|
||||
name = "torchemd"
|
||||
version = "1.0.0"
|
||||
authors = [{ name = "Laurent Fainsin", email = "laurent@fainsin.bzh" }]
|
||||
description = "PyTorch Wrapper for Point-cloud Earth-Mover-Distance (EMD)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
|
||||
[build-system]
|
||||
requires = ["flit_core>=3.4"]
|
||||
build-backend = "flit_core.buildapi"
|
||||
|
||||
[tool.ruff]
|
||||
ignore-init-module-imports = true
|
||||
select = ["E", "F", "I"]
|
||||
|
|
Loading…
Reference in a new issue