Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 0.2 release0.2Arthur de Jong2014-06-191-0/+2
|
* Support various ElementTree implementationsArthur de Jong2014-06-141-0/+1
| | | | | | | | | | | When using a recent enough lxml, even Python 2.6 should work now. The most important requirement is that the findall() function supports the namespaces argument. This also now catches all exceptions when parsing the PSKC file fails and wraps it in ParseError because various implementations raise different exceptions, even between versions (Python 2.6's ElementTree raises ExpatError, lxml raises XMLSyntaxError).
* Fix install_requiresArthur de Jong2014-05-231-1/+1
|
* Fix dateutil dependencyArthur de Jong2014-05-171-1/+1
| | | | This also ignores downloaded .egg files.
* Add initial setup scriptArthur de Jong2014-04-161-0/+57