Move openphoto script to bin directory (as recommended in http://guide.python-distribute.org/)
This commit is contained in:
parent
0de30e196d
commit
a250a87df4
2 changed files with 1 additions and 1 deletions
0
scripts/openphoto → bin/openphoto
Normal file → Executable file
0
scripts/openphoto → bin/openphoto
Normal file → Executable file
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ try:
|
|||
}
|
||||
except ImportError:
|
||||
from distutils.core import setup
|
||||
kw = {'scripts': ['scripts/openphoto'],
|
||||
kw = {'scripts': ['bin/openphoto'],
|
||||
'requires': requires}
|
||||
|
||||
setup(name='openphoto',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue