aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing wlp and wlp_parser modules to setup.py to be installed.0.9.14Matěj Cepl2015-01-051-1/+2
| | | | Fixes #18
* First draft of the pure Python parser done, we should be noarch.Matěj Cepl2015-01-051-35/+2
| | | | Fixes #2
* Add lexer based on rply.Matěj Cepl2015-01-051-2/+3
|
* Not Affero, plain GPLv3.0.9.12Matěj Cepl2015-01-031-1/+1
|
* Renaming because of conflicting (dead) PIP package.Matěj Cepl2015-01-031-4/+5
| | | | Also, fix package metadata.
* Remove the spaghetti code from the main scripts.Matěj Cepl2014-12-311-0/+1
|
* Fix setup.py0.9.10Matěj Cepl2014-12-301-44/+11
| | | | | | remove imap2nntp submodule (although it is actually quite interesting) Fixes #12
* Mighty cleanupMatěj Cepl2014-12-241-5/+9
| | | | | | | * Use more of the standard methods for OrderedDicts * remove pyginfo module (with SSOT being mail2news module) * remove TODO, INSTALL, and changelog.Debian * all FIXMEs and TODOs are filed as bugs in the issue tracker
* Add a simple test suite.Matěj Cepl2014-12-151-15/+79
| | | | | | | | And also fix one embarrassing typo in mail2news module. Fixes #1 Fixes #4 Fixes #6
* I am able to build the extension with setup.pyMatěj Cepl2014-12-151-0/+32