@ -1,4 +1,7 @@
from setuptools import setup
if __name__ == "__main__":
setup(install_requires=["pyqt5", "pyqtgraph"])
setup(
install_requires=["pyqt5", "pyqtgraph"],
entry_points={"console_scripts": ["grum=grum.cli:main"]},
)
The note is not visible to the blocked user.