grim/hgkeeper-theme

Parents ebb760766983
Children b1bad2399322
Add the file header with the license and modeline and fix some mixed whitespace
  • +24 -6
    setup.py
  • --- a/setup.py Tue May 05 00:13:35 2020 -0500
    +++ b/setup.py Tue May 05 00:30:06 2020 -0500
    @@ -1,3 +1,21 @@
    +# vi:et:ts=4 sw=4 sts=4
    +#
    +# hgkeeper-theme - An hgweb theme
    +# Copyright (c) 2020 Gary Kramlich <grim@reaperworld.com>
    +#
    +# This program is free software; you can redistribute it and/or modify
    +# it under the terms of the GNU General Public License as published by
    +# the Free Software Foundation; either version 2 of the License, or
    +# (at your option) any later version.
    +#
    +# This program 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 General Public License for more details.
    +#
    +# You should have received a copy of the GNU General Public License
    +# along with hgwebplus. If not, see <https://www.gnu.org/licenses/>.
    +
    from setuptools import setup
    @@ -13,12 +31,12 @@
    'mercurial.templates': 'templates',
    },
    package_data={
    - 'mercurial.templates': [
    - 'hgkeeper/*',
    - 'hgkeeper/*/*',
    - 'static/hgk/*/*',
    - ]
    - },
    + 'mercurial.templates': [
    + 'hgkeeper/*',
    + 'hgkeeper/*/*',
    + 'static/hgk/*/*',
    + ]
    + },
    install_requires=[
    'hgwebplus>=0.4.0',
    # skip mercurial because it might be installed on the system