Commit b0089128 authored by Ian Lee's avatar Ian Lee

Remove TODO.txt file in favor of linking to GitHub issue tracker.

parent 366313b8
......@@ -77,3 +77,6 @@ Limitations
*Tesselate*, *Extrude* and *Altitude Mode* are assigned to a Geometry or
Geometry collection (MultiGeometry). You cannot assign diffrent values of
*Tesselate*, *Extrude* or *Altitude Mode* on parts of a MultiGeometry.
You can find the complete list of current issues on `GitHub
<https://github.com/cleder/fastkml/issues>`_.
To Do
======
- add untyped custom data with namespace prefix
- Overlays
......@@ -25,8 +25,7 @@ setup(
description="Fast KML processing in python",
long_description=(
open("README.rst").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read() + "\n" +
open(os.path.join("docs", "TODO.txt")).read()
open(os.path.join("docs", "HISTORY.txt")).read()
),
classifiers=[
"Topic :: Scientific/Engineering :: GIS",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment