From 4e83cad59c48dd07c4d72031bf57670b8f2627dd Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 28 Jan 2019 21:15:41 -0800 Subject: [PATCH] Add addpkg to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7694ead..66fa0c1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setuptools.setup( long_description_content_type="text/plain", url="", packages=setuptools.find_packages(), - scripts=['bin/delpkg', 'bin/fqo'], + scripts=['bin/addpkg', 'bin/delpkg', 'bin/fqo'], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: GPL3 License",