tylere / pykml

pyKML is a Python package for creating, parsing, manipulating, and validating KML documents.
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Avoid using setuptools #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you avoid using setuptools for the setup script? distutils is the 
preferred module for this, and it's included in the stdlib. Not worth using 
setuptools just for the lxml dependency, I'd think.

Original issue reported on code.google.com by adys...@gmail.com on 18 Jan 2012 at 7:52