Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Amith Koujalgi committed Aug 24, 2023
1 parent 39f0c99 commit c3a77a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ rm -rf dist

pip uninstall sys_stats -y
python setup.py bdist_wheel

#open dist
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_requirements_to_install():
},
entry_points={
'console_scripts': [
'sysstats-cli = sysstats.sysstats_cli:main'
'sysstats = sysstats.sysstats_cli:main'
],
},
zip_safe=False,
Expand Down

0 comments on commit c3a77a5

Please sign in to comment.