Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit 1947c28

Browse files
committedFeb 28, 2017
rename pykml package to pykml_geos.
This avoids conflict in case another version of pykml is installed. Update version number and upload to PyPi.
1 parent 05b291c commit 1947c28

18 files changed

+3
-3
lines changed
 

‎geos/kml.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"""
4848

4949

50-
from pykml.factory import KML_ElementMaker as KML
50+
from pykml_geos.factory import KML_ElementMaker as KML
5151
from geos.geometry import *
5252
from lxml import etree
5353
import math
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎pykml/util.py ‎pykml_geos/util.py

File renamed without changes.

‎setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='geos',
6-
version='0.1.0',
6+
version='0.1.1',
77
packages=find_packages(),
88
description='Server for displaying tiled maps in Google Earth',
99
author='Gregor Sturm',
@@ -12,7 +12,7 @@
1212
keywords=['maps', 'google earth', 'overlay'], # arbitrary keywords
1313
license='GPLv3',
1414
install_requires=[
15-
'flask', 'pykml', 'lxml'
15+
'flask', 'lxml'
1616
],
1717
classifiers=[],
1818
entry_points={

0 commit comments

Comments
 (0)
This repository has been archived.