aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-04-27 19:06:45 +0300
committerFrederick Muriuki Muriithi2022-04-27 19:14:37 +0300
commitaadd9aa5dd4c552b573828ddac581a8b7064b0e2 (patch)
treefbf17e017af4f736ec5ea797cd777396768decfe /pyproject.toml
parent903af1c0b1f2cc695ea4e0c31438f9205571d15d (diff)
downloadgn-uploader-aadd9aa5dd4c552b573828ddac581a8b7064b0e2.tar.gz
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
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