Add addpkg to setup.py

This commit is contained in:
Eric Torres 2019-01-28 21:15:41 -08:00
parent 1951efca45
commit 4e83cad59c

View File

@ -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",