From 9467536966be7c99d33c77321b0432b7a4f11dda Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ma=C3=ABl=20Madon?= <mael.madon@irit.fr>
Date: Mon, 17 Apr 2023 14:51:52 +0200
Subject: [PATCH] package the project

---
 pyproject.toml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..f803424
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,25 @@
+[build-system]
+build-backend = "flit_core.buildapi"
+requires = ["flit_core>=3.4"]
+
+[project]
+name = "batmen-tool"
+version = "0.0.1"
+authors = [
+  { name="Maƫl Madon", email="mael.madon@irit.fr" },
+]
+description = "Set of useful tools for batmen."
+readme = "README.md"
+requires-python = ">=3.7"
+classifiers = [
+    "Programming Language :: Python :: 3",
+    "Operating System :: OS Independent",
+]
+
+[project.urls]
+"gitlab" = "https://gitlab.irit.fr/sepia-pub/mael/batmen-tools"
+
+[project.scripts]
+swfFilter = "swf_filter:main"
+distance_batsim_output = "distance_batsim_output:main"
+swf2batsim_split_by_user = "swf2batsim_split_by_user:main"
\ No newline at end of file
-- 
GitLab