🔧 add pyproject.toml

This commit is contained in:
Laurent FAINSIN 2023-04-24 15:07:34 +02:00
parent 00fc30f5d5
commit ba68f223e6

View file

@ -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"]