Skip to content

Commit

Permalink
Remove scripts from setup.py
Browse files Browse the repository at this point in the history
There is already a console_scripts entrypoint which results in a script.
When installing to the system this results in /usr/bin/gitup.py and
/usr/bin/git-up.

Previously it was needed but 222cc6a
removed this requirement by using the full path.
  • Loading branch information
ekohl committed Dec 5, 2016
1 parent 5eb3238 commit a68446d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
name="git-up",
version="1.4.4",
packages=find_packages(),
scripts=['PyGitUp/gitup.py'],
install_requires=['GitPython>2.0.0', 'colorama>=0.3.7',
'termcolor>=1.1.0', 'click>=6.0.0',
'six>=1.10.0'],
Expand Down

0 comments on commit a68446d

Please # to comment.