We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71dd44d + 222cc6a commit cf313c1Copy full SHA for cf313c1
setup.py
@@ -17,7 +17,7 @@
17
# Executable
18
entry_points={
19
'console_scripts': [
20
- 'git-up = gitup:run'
+ 'git-up = PyGitUp.gitup:run'
21
]
22
},
23
0 commit comments