Add addpkg to setup.py
This commit is contained in:
2
setup.py
2
setup.py
@ -18,7 +18,7 @@ setuptools.setup(
|
|||||||
long_description_content_type="text/plain",
|
long_description_content_type="text/plain",
|
||||||
url="",
|
url="",
|
||||||
packages=setuptools.find_packages(),
|
packages=setuptools.find_packages(),
|
||||||
scripts=['bin/delpkg', 'bin/fqo'],
|
scripts=['bin/addpkg', 'bin/delpkg', 'bin/fqo'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"License :: OSI Approved :: GPL3 License",
|
"License :: OSI Approved :: GPL3 License",
|
||||||
|
Reference in New Issue
Block a user