|
@@ -32,7 +32,7 @@ setup(
|
|
packages=['hyfetch'],
|
|
packages=['hyfetch'],
|
|
package_data={'hyfetch': ['hyfetch/*']},
|
|
package_data={'hyfetch': ['hyfetch/*']},
|
|
include_package_data=True,
|
|
include_package_data=True,
|
|
- install_requires=['setuptools', 'typing_extensions', 'numpy'],
|
|
|
|
|
|
+ install_requires=['setuptools', 'typing_extensions'],
|
|
entry_points={
|
|
entry_points={
|
|
"console_scripts": [
|
|
"console_scripts": [
|
|
"hyfetch=hyfetch.main:run",
|
|
"hyfetch=hyfetch.main:run",
|