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. --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7135ef6..91958fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ /**/*~ /**/*.pyc /.hypothesis -/instance \ No newline at end of file +/instance +/build +/dist +/bdist +/*.egg-info \ No newline at end of file -- cgit v1.2.3