Move openphoto script to bin directory (as recommended in http://guide.python-distribute.org/)

This commit is contained in:
sneakypete81 2013-07-06 11:02:39 +01:00
parent 0de30e196d
commit a250a87df4
2 changed files with 1 additions and 1 deletions

0
scripts/openphoto → bin/openphoto Normal file → Executable file
View file

View file

@ -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',