grim/hgkeeper-theme

0629e343412a
Parents 5f555e4e77fe
Children 41edd67a62bf
depend on hgwebplus 0.5.0 and clean up some of the install paths
  • +4 -2
    setup.py
  • --- a/setup.py Tue May 05 01:34:04 2020 -0500
    +++ b/setup.py Sun May 17 16:58:17 2020 -0500
    @@ -34,11 +34,13 @@
    'mercurial.templates': [
    'hgkeeper/*',
    'hgkeeper/*/*',
    - 'static/hgk/*/*',
    + 'static/hgk/js/*',
    + 'static/hgk/css/*',
    + 'static/hgk/css/fonts/*',
    ]
    },
    install_requires=[
    - 'hgwebplus>=0.4.0',
    + 'hgwebplus>=0.5.0',
    # skip mercurial because it might be installed on the system
    # 'mercurial',
    ],