From 068f21b442452bdf1a245fd2bba24cf845419e9e Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Fri, 31 Aug 2012 16:28:50 +0200 Subject: Added the updated RDFa 1.1 parser, the microdata parser, and a common, 'structured data' parser as a separate branch. The code is, hopefully, prepared for Python 3, too, though no proper testing can be done due to the missing Python 3 version of the html5 parser. --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d82952b1..b12fc0f0 100644 --- a/setup.py +++ b/setup.py @@ -105,6 +105,12 @@ setup( 'rdflib/plugins/parsers', 'rdflib/plugins/parsers/rdfa', 'rdflib/plugins/parsers/rdfa/transform', + 'rdflib/plugins/parsers/pyRdfa', + 'rdflib/plugins/parsers/pyRdfa/transform', + 'rdflib/plugins/parsers/pyRdfa/extras', + 'rdflib/plugins/parsers/pyRdfa/host', + 'rdflib/plugins/parsers/pyRdfa/rdfs', + 'rdflib/plugins/parsers/pyMicrodata', 'rdflib/plugins/serializers', ], **kwargs -- cgit v1.2.1