[+] Add numpy optional dependency
This commit is contained in:
parent
0dd67146d7
commit
d59e4a64d3
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -33,6 +33,9 @@ setup(
|
||||||
package_data={'hyfetch': ['hyfetch/*']},
|
package_data={'hyfetch': ['hyfetch/*']},
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=['setuptools', 'typing_extensions'],
|
install_requires=['setuptools', 'typing_extensions'],
|
||||||
|
extras_require={
|
||||||
|
'Gradient color_scale': ['numpy']
|
||||||
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
"hyfetch=hyfetch.main:run",
|
"hyfetch=hyfetch.main:run",
|
||||||
|
|
Loading…
Reference in a new issue