Skip to content

Commit f5de211

Browse files
author
Hasan
authored
feature: Use setuptools, lighten up dependencies (#23)
- Using setuptools now - Now support full install via pypi - Dependencies updated - Copyrights updated
1 parent 62d977a commit f5de211

File tree

117 files changed

+60
-95983
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+60
-95983
lines changed

MANIFEST.in

Lines changed: 0 additions & 9 deletions
This file was deleted.

pyqtlet2/web/map.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<!-- Leaflet CSS -->
88
<link rel="stylesheet" href="modules/leaflet_171/leaflet.css"/>
9-
<link rel="stylesheet" href="modules/leaflet_draw_414/dist/leaflet.draw.css"/>
9+
<link rel="stylesheet" href="modules/leaflet_draw_414/leaflet.draw.css"/>
1010
<!-- QWebChannel -->
1111
<script src="qrc:///qtwebchannel/qwebchannel.js"></script>
1212
</head>
1313
<body style="margin: 0px">
1414
<div id="map" style="width: 100vw; height: 100vh;"></div>
1515
<!-- Leaflet JS -->
1616
<script src='modules/leaflet_171/leaflet.js'></script>
17-
<script src='modules/leaflet_draw_414/dist/leaflet.draw.js'></script>
17+
<script src='modules/leaflet_draw_414/leaflet.draw.js'></script>
1818
<script src='modules/leaflet_rotatedMarker_020/leaflet.rotatedMarker.js'></script>
1919
<!-- Custom JS -->
2020
<script src='custom.js'></script>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Copyright (c) 2010-2019, Vladimir Agafonkin
2+
Copyright (c) 2010-2011, CloudMade
3+
All rights reserved.
4+
5+
Redistribution and use in source and binary forms, with or without modification, are
6+
permitted provided that the following conditions are met:
7+
8+
1. Redistributions of source code must retain the above copyright notice, this list of
9+
conditions and the following disclaimer.
10+
11+
2. Redistributions in binary form must reproduce the above copyright notice, this list
12+
of conditions and the following disclaimer in the documentation and/or other materials
13+
provided with the distribution.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
16+
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
17+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
18+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
19+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
22+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
23+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)