file permissions; #! line; moved things about

This commit is contained in:
2023-01-13 15:30:53 +01:00
parent d75e4093f0
commit 1623e339ac
5 changed files with 14 additions and 7 deletions

View File

@ -3,5 +3,7 @@ from setuptools import setup
if __name__ == "__main__":
setup(
install_requires=["pyqt5", "pyqtgraph"],
entry_points={"console_scripts": ["grum=grum.cli:main"]},
entry_points={"console_scripts": ["grum=grum:main"]},
)