added click_default_group package; configured setup.py installation
This commit is contained in:
6
setup.py
6
setup.py
@@ -17,6 +17,12 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
url='https://gitlab.com/Rigil-Kent/yoink',
|
||||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'yoink = yoink.cli:yoink'
|
||||
|
||||
Reference in New Issue
Block a user