Skip to content

Commit cf313c1

Browse files
committed
Merge pull request msiemens#26 from Tatsh/full-module-path
Use full module path for entry point
2 parents 71dd44d + 222cc6a commit cf313c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Executable
1818
entry_points={
1919
'console_scripts': [
20-
'git-up = gitup:run'
20+
'git-up = PyGitUp.gitup:run'
2121
]
2222
},
2323

0 commit comments

Comments
 (0)