From aadd9aa5dd4c552b573828ddac581a8b7064b0e2 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 27 Apr 2022 19:06:45 +0300 Subject: Enable managing app via setup.py While the application is developed with GNU Guix, the end user might not be using it, and therefore, this commit provides a way for the user to install the application with the usual python package management systems. --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..087fa09 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires=["setuptools"] +build-backend = "setuptools.build_meta" \ No newline at end of file -- cgit v1.2.3