X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=setup.py;h=4672ba516b454bac2712aeefb0e98eac59d39b29;hp=6e1d3d0079016582a7a65bc051b131428e730a93;hb=6bbbe9039ce2d96cde4c88201a587b915ad7401e;hpb=c1d830fc03046778579fb735b8049e5e6d88a331 diff --git a/setup.py b/setup.py index 6e1d3d0..4672ba5 100644 --- a/setup.py +++ b/setup.py @@ -2,15 +2,15 @@ # # This file is part of Hooke. # -# Hooke is free software: you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation, either -# version 3 of the License, or (at your option) any later version. +# Hooke is free software: you can redistribute it and/or modify it +# under the terms of the GNU Lesser General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. # -# Hooke is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. +# Hooke is distributed in the hope that it will be useful, but WITHOUT +# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General +# Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with Hooke. If not, see @@ -63,7 +63,7 @@ setup(name="Hooke", description = doclines[0], long_description = "\n".join(doclines[2:]), classifiers = filter(None, classifiers.split("\n")), - scripts = ['bin/hooke'], + scripts = ['bin/hg.py'], packages = packages, provides = packages, )