From 14b400a4b28137be56ce4c083db76561278b0cd1 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Wed, 23 Feb 2022 01:12:18 +0530 Subject: [PATCH] dev push --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1a63142..5b7e965 100644 --- a/setup.py +++ b/setup.py @@ -12,6 +12,7 @@ def list_reqs(fname='requirements.txt'): with open(fname) as fd: return fd.read().splitlines() +#setup setup(name='zoofs', version='0.1.7', url='https://github.com/jaswinder9051998/zoofs',