diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000000000000000000000000000000000000..f803424a3ea2dcd9b9b9669127a3fdf4c50ceb76 --- /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