This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Frédéric Péters 841ee285dd add debian packaging 2020-01-17 12:00:30 +01:00
debian add debian packaging 2020-01-17 12:00:30 +01:00
xstatic package Leaflet.GestureHandling static files as xstatic 2020-01-17 11:58:58 +01:00
.gitignore init with .gitignore 2020-01-17 11:58:40 +01:00
MANIFEST.in package Leaflet.GestureHandling static files as xstatic 2020-01-17 11:58:58 +01:00
README.txt package Leaflet.GestureHandling static files as xstatic 2020-01-17 11:58:58 +01:00
setup.py package Leaflet.GestureHandling static files as xstatic 2020-01-17 11:58:58 +01:00

README.txt

XStatic-Leaflet.GestureHandling
-------------------------------

Leaflet.GestureHandling javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.