[Python-modules-commits] [cssutils] 01/04: New upstream version 1.0.2

Hugo Lefeuvre hle at moszumanska.debian.org
Sat Sep 23 12:57:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

hle pushed a commit to branch master
in repository cssutils.

commit 39a0dbb03f11e12f7c2a75a10cb4915e095b2762
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Sat Sep 23 14:16:30 2017 +0200

    New upstream version 1.0.2
---
 PKG-INFO                                           | 358 +++++++++++----------
 setup.cfg                                          |  10 +-
 setup.py                                           |  16 +-
 setup3.py                                          |  92 ------
 src/cssutils.egg-info/PKG-INFO                     | 358 +++++++++++----------
 src/cssutils.egg-info/SOURCES.txt                  | 117 ++++---
 src/cssutils.egg-info/entry_points.txt             |   2 +-
 src/cssutils/__init__.py                           |  26 +-
 src/cssutils/css/cssmediarule.py                   |  17 +-
 src/cssutils/css/cssstyledeclaration.py            |   9 +-
 src/cssutils/css/cssstylerule.py                   |   7 +
 src/cssutils/css/cssstylesheet.py                  |  11 +
 src/cssutils/cssproductions.py                     |   3 +-
 src/cssutils/profiles.py                           |  86 +----
 src/cssutils/serialize.py                          |  19 +-
 src/cssutils/tests/basetest.py                     |  86 +++++
 {sheets => src/cssutils/tests/sheets}/096.css      |   0
 {sheets => src/cssutils/tests/sheets}/097.css      |   0
 {sheets => src/cssutils/tests/sheets}/1.css        |   0
 {sheets => src/cssutils/tests/sheets}/1ascii.css   |   0
 {sheets => src/cssutils/tests/sheets}/1import.css  |   0
 .../cssutils/tests/sheets}/1inherit-ascii.css      |   0
 .../cssutils/tests/sheets}/1inherit-iso.css        |   0
 .../cssutils/tests/sheets}/1inherit-utf8.css       |   0
 {sheets => src/cssutils/tests/sheets}/1utf.css     |   0
 .../cssutils/tests/sheets}/2inherit-iso.css        |   0
 {sheets => src/cssutils/tests/sheets}/2resolve.css |   0
 {sheets => src/cssutils/tests/sheets}/acid2.css    |   0
 {sheets => src/cssutils/tests/sheets}/all.css      |   0
 {sheets => src/cssutils/tests/sheets}/atrule.css   |   0
 {sheets => src/cssutils/tests/sheets}/bad.css      |   0
 {sheets => src/cssutils/tests/sheets}/basic.css    |   0
 {sheets => src/cssutils/tests/sheets}/bundle.css   |   0
 {sheets => src/cssutils/tests/sheets}/cases.css    |   0
 .../cssutils/tests/sheets}/csscombine-1.css        |   0
 .../cssutils/tests/sheets}/csscombine-2.css        |   0
 .../cssutils/tests/sheets}/csscombine-proxy.css    |   0
 .../cssutils/tests/sheets}/cthedot_default.css     |   0
 .../cssutils/tests/sheets}/default_html4.css       |   0
 {sheets => src/cssutils/tests/sheets}/hacks.css    |   0
 {sheets => src/cssutils/tests/sheets}/html.css     |   0
 {sheets => src/cssutils/tests/sheets}/html20.css   |   0
 {sheets => src/cssutils/tests/sheets}/html40.css   |   0
 .../cssutils/tests/sheets}/images/example.gif      |   0
 {sheets => src/cssutils/tests/sheets}/import.css   |   0
 .../tests/sheets}/import/images2/example2.gif      |   0
 .../tests/sheets}/import/import-impossible.css     |   0
 .../cssutils/tests/sheets}/import/import2.css      |   0
 {sheets => src/cssutils/tests/sheets}/import3.css  |   0
 {sheets => src/cssutils/tests/sheets}/ll.css       |   0
 {sheets => src/cssutils/tests/sheets}/ll2.css      |   0
 .../cssutils/tests/sheets}/multiple-values.css     |   0
 .../cssutils/tests/sheets}/page_test.css           |   0
 {sheets => src/cssutils/tests/sheets}/sample_5.css |   0
 {sheets => src/cssutils/tests/sheets}/sample_7.css |   0
 {sheets => src/cssutils/tests/sheets}/simple.css   |   0
 .../cssutils/tests/sheets}/single-color.css        |   0
 .../cssutils/tests/sheets}/slashcode.css           |   0
 {sheets => src/cssutils/tests/sheets}/t-HACKS.css  |   0
 .../cssutils/tests/sheets}/test-unicode.css        | Bin
 {sheets => src/cssutils/tests/sheets}/test.css     |   0
 {sheets => src/cssutils/tests/sheets}/tigris.css   |   0
 {sheets => src/cssutils/tests/sheets}/tigris2.css  |   0
 {sheets => src/cssutils/tests/sheets}/u_simple.css | Bin
 {sheets => src/cssutils/tests/sheets}/v_simple.css |   0
 .../cssutils/tests/sheets}/var/start.css           |   0
 {sheets => src/cssutils/tests/sheets}/var/use.css  |   0
 {sheets => src/cssutils/tests/sheets}/var/vars.css |   0
 .../cssutils/tests/sheets}/var/vars2.css           |   0
 {sheets => src/cssutils/tests/sheets}/vars.css     |   0
 .../cssutils/tests/sheets}/varsimport.css          |   0
 {sheets => src/cssutils/tests/sheets}/xhtml2.css   |   0
 {sheets => src/cssutils/tests/sheets}/xhtml22.css  |   0
 {sheets => src/cssutils/tests/sheets}/yuck.css     |   0
 src/cssutils/tests/test_cssmediarule.py            |  13 +-
 src/cssutils/tests/test_cssstyledeclaration.py     |  14 +
 src/cssutils/tests/test_cssstylerule.py            |   9 +
 src/cssutils/tests/test_cssstylesheet.py           |  12 +
 src/cssutils/tests/test_cssutils.py                |  13 +-
 src/cssutils/tests/test_domimplementation.py       |  12 +-
 src/cssutils/tests/test_profiles.py                |   6 +
 src/cssutils/tests/test_scripts_csscombine.py      |  17 +-
 src/cssutils/tests/test_serialize.py               |   9 +
 src/cssutils/tests/test_tokenize2.py               |  29 ++
 src/cssutils/tests/test_util.py                    |  93 +++++-
 src/cssutils/tokenize2.py                          |  89 ++++-
 src/cssutils/util.py                               | 118 +++++++
 87 files changed, 996 insertions(+), 655 deletions(-)

diff --git a/PKG-INFO b/PKG-INFO
index 82c093e..177b0d1 100644
--- a/PKG-INFO
+++ b/PKG-INFO
@@ -1,178 +1,180 @@
-Metadata-Version: 1.1
-Name: cssutils
-Version: 1.0
-Summary: A CSS Cascading Style Sheets library for Python
-Home-page: http://cthedot.de/cssutils/
-Author: Christof Hoeke
-Author-email: c at cthedot.de
-License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/
-Download-URL: https://bitbucket.org/cthedot/cssutils/downloads
-Description: 
-        ======
-        README
-        ======
-        .. -*- restructuredtext -*-
-        
-        -------------------------------------------------------
-        cssutils: CSS Cascading Style Sheets library for Python
-        -------------------------------------------------------
-        :Copyright: 2004-2013 Christof Hoeke
-        
-        Overview
-        ========
-        A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
-        
-        Based upon and partly implementing the following specifications :
-        
-        `CSS 2.1rev1 <http://www.w3.org/TR/CSS2/>`__
-            General CSS rules and properties are defined here
-        `CSS3 Module: Syntax <http://www.w3.org/TR/css3-syntax/>`__
-            Used in parts since cssutils 0.9.4. cssutils tries to use the features from CSS 2.1 and CSS 3 with preference to CSS3 but as this is not final yet some parts are from CSS 2.1
-        `CSS Fonts Module Level 3 <http://www.w3.org/TR/css3-fonts/>`__
-            Added changes and additional stuff (since cssutils v0.9.6)
-        `MediaQueries <http://www.w3.org/TR/css3-mediaqueries/>`__
-            MediaQueries are part of ``stylesheets.MediaList`` since v0.9.4, used in @import and @media rules.
-        `Namespaces <http://dev.w3.org/csswg/css3-namespace/>`__
-            Added in v0.9.1, updated to definition in CSSOM in v0.9.4, updated in 0.9.5 for dev version
-        `CSS3 Module: Pages Media <http://www.w3.org/TR/css3-page/>`__
-            Most properties of this spec are implemented including MarginRules
-        `Selectors <http://www.w3.org/TR/css3-selectors/>`__
-            The selector syntax defined here (and not in CSS 2.1) should be parsable with cssutils (*should* mind though ;) )
-        `CSS Backgrounds and Borders Module Level 3 <http://www.w3.org/TR/css3-background/>`__, `CSS3 Basic User Interface Module <http://www.w3.org/TR/css3-ui/#resize>`__, `CSS Text Level 3 <http://www.w3.org/TR/css3-text/>`__
-            Some validation for properties included, mainly  `cursor`, `outline`, `resize`, `box-shadow`, `text-shadow`
-        `Variables <http://disruptive-innovations.com/zoo/cssvariables/>`__ / `CSS Custom Properties <http://dev.w3.org/csswg/css-variables/>`__
-            Experimental specification of CSS Variables which cssutils implements partly. The vars defined in the newer CSS Custom Properties spec should in main parts be at least parsable with cssutils.
-        
-        `DOM Level 2 Style CSS <http://www.w3.org/TR/DOM-Level-2-Style/css.html>`__
-            DOM for package css. 0.9.8 removes support for CSSValue and related API, see PropertyValue and Value API for now
-        `DOM Level 2 Style Stylesheets <http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html>`__
-            DOM for package stylesheets
-        `CSSOM <http://dev.w3.org/csswg/cssom/>`__
-            A few details (mainly the NamespaceRule DOM) are taken from here. Plan is to move implementation to the stuff defined here which is newer but still no REC so might change anytime...
-        
-        The cssutils tokenizer is a customized implementation of `CSS3 Module: Syntax (W3C Working Draft 13 August 2003) <http://www.w3.org/TR/css3-syntax/>`_ which itself is based on the CSS 2.1 tokenizer. It tries to be as compliant as possible but uses some (helpful) parts of the CSS 2.1 tokenizer.
-        
-        I guess cssutils is neither CSS 2.1 nor CSS 3 compliant but tries to at least be able to parse both grammars including some more real world cases (some CSS hacks are actually parsed and serialized). Both official grammars are not final nor bugfree but still feasible. cssutils aim is not to be fully compliant to any CSS specification (the specifications seem to be in a constant flow anyway) but cssutils *should* be able to read and write as many as possible CSS stylesheets "in the [...]
-        
-        Please visit http://cthedot.de/cssutils/ or https://bitbucket.org/cthedot/cssutils/ for more details.
-        
-        There is also a low-traffic `cssutils discussion group <http://groups.google.com/group/cssutils>`_.
-        
-        
-        Compatibility
-        =============
-        cssutils is developed on standard Python but works under Python 2.x (from 2.5, 2.7.6 tested), 3.x (v3.3.3 tested) and Jython (from 2.5.1). IronPython has not been tested yet but might work? Python 2.4 and older are not supported since cssutils 0.9.8 anymore.
-        cssutils is not thread safe, please beware!
-        
-        License
-        =======
-        Copyright 2005 - 2013 Christof Hoeke
-        
-        cssutils is published under the LGPL 3 or later
-        
-        cssutils is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-        
-        cssutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-        
-        You should have received a copy of the GNU Lesser General Public License along with cssutils. If not, see http://www.gnu.org/licenses.
-        
-        
-        Installation
-        ============
-        From 0.9.6 cssutils uses `Distribute <http://pypi.python.org/pypi/distribute>`_
-        
-        After installing Distribute use::
-        
-            > easy_install cssutils
-        
-        to install the latest version of cssutils.
-        
-        Alternatively download the provided source distribution. Expand the file and from a command line install with::
-        
-            > python setup.py install
-        
-        To uninstall remove any registrations of cssutils eggs with Distribute and remove the eggs which should be installed at PYTHONDIR/Lib/site-packages/cssutils too.
-        
-        
-        Example
-        =======
-        ::
-        
-            # -*- coding: utf-8 -*-
-            import cssutils
-        
-            css = u'''/* a comment with umlaut ä */
-                 @namespace html "http://www.w3.org/1999/xhtml";
-                 @variables { BG: #fff }
-                 html|a { color:red; background: var(BG) }'''
-            sheet = cssutils.parseString(css)
-        
-            for rule in sheet:
-                if rule.type == rule.STYLE_RULE:
-                    # find property
-                    for property in rule.style:
-                        if property.name == 'color':
-                            property.value = 'green'
-                            property.priority = 'IMPORTANT'
-                            break
-                    # or simply:
-                    rule.style['margin'] = '01.0eM' # or: ('1em', 'important')
-        
-            sheet.encoding = 'ascii'
-            sheet.namespaces['xhtml'] = 'http://www.w3.org/1999/xhtml'
-            sheet.namespaces['atom'] = 'http://www.w3.org/2005/Atom'
-            sheet.add('atom|title {color: #000000 !important}')
-            sheet.add('@import "sheets/import.css";')
-        
-            # cssutils.ser.prefs.resolveVariables == True since 0.9.7b2
-            print sheet.cssText
-        
-        results in::
-        
-        	@charset "ascii";
-        	@import "sheets/import.css";
-        	/* a comment with umlaut \E4  */
-        	@namespace xhtml "http://www.w3.org/1999/xhtml";
-        	@namespace atom "http://www.w3.org/2005/Atom";
-        	xhtml|a {
-        	    color: green !important;
-        	    background: #fff;
-        	    margin: 1em
-        	    }
-        	atom|title {
-        	    color: #000 !important
-        	    }
-        
-        
-        Documentation
-        =============
-        The current documenation can be found at http://packages.python.org/cssutils/
-        
-        
-        Kind Request
-        ============
-        cssutils is far from being perfect or even complete. If you find any bugs (especially specification violations) or have problems or suggestions please put them in the `Issue Tracker <https://bitbucket.org/cthedot/cssutils/issues>`_ at Bitbucket.
-        
-        
-        Thanks
-        ======
-        Thanks to Simon Sapin, Jason R. Coombs and Walter Doerwald for patches, help and discussion. Thanks to Kevin D. Smith for the value validating module. Thanks also to Cory Dodt, Tim Gerla, James Dobson and Amit Moscovich for helpful suggestions and code patches. Thanks to Fredrik Hedman for help on port of encutils to Python 3.
-        
-        
-        
-Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
-Platform: Python 2.5 and later. Python 3.2 and later. Jython 2.5.1 and later.
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.5
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.2
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Topic :: Internet
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Classifier: Topic :: Text Processing :: Markup :: HTML
+Metadata-Version: 1.1
+Name: cssutils
+Version: 1.0.2
+Summary: A CSS Cascading Style Sheets library for Python
+Home-page: http://cthedot.de/cssutils/
+Author: Christof Hoeke
+Author-email: c at cthedot.de
+License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/
+Download-URL: https://bitbucket.org/cthedot/cssutils/downloads
+Description: 
+        ======
+        README
+        ======
+        .. -*- restructuredtext -*-
+        
+        -------------------------------------------------------
+        cssutils: CSS Cascading Style Sheets library for Python
+        -------------------------------------------------------
+        :Copyright: 2004-2013 Christof Hoeke
+        
+        Overview
+        ========
+        A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
+        
+        Based upon and partly implementing the following specifications :
+        
+        `CSS 2.1rev1 <http://www.w3.org/TR/CSS2/>`__
+            General CSS rules and properties are defined here
+        `CSS3 Module: Syntax <http://www.w3.org/TR/css3-syntax/>`__
+            Used in parts since cssutils 0.9.4. cssutils tries to use the features from CSS 2.1 and CSS 3 with preference to CSS3 but as this is not final yet some parts are from CSS 2.1
+        `CSS Fonts Module Level 3 <http://www.w3.org/TR/css3-fonts/>`__
+            Added changes and additional stuff (since cssutils v0.9.6)
+        `MediaQueries <http://www.w3.org/TR/css3-mediaqueries/>`__
+            MediaQueries are part of ``stylesheets.MediaList`` since v0.9.4, used in @import and @media rules.
+        `Namespaces <http://dev.w3.org/csswg/css3-namespace/>`__
+            Added in v0.9.1, updated to definition in CSSOM in v0.9.4, updated in 0.9.5 for dev version
+        `CSS3 Module: Pages Media <http://www.w3.org/TR/css3-page/>`__
+            Most properties of this spec are implemented including MarginRules
+        `Selectors <http://www.w3.org/TR/css3-selectors/>`__
+            The selector syntax defined here (and not in CSS 2.1) should be parsable with cssutils (*should* mind though ;) )
+        `CSS Backgrounds and Borders Module Level 3 <http://www.w3.org/TR/css3-background/>`__, `CSS3 Basic User Interface Module <http://www.w3.org/TR/css3-ui/#resize>`__, `CSS Text Level 3 <http://www.w3.org/TR/css3-text/>`__
+            Some validation for properties included, mainly  `cursor`, `outline`, `resize`, `box-shadow`, `text-shadow`
+        `Variables <http://disruptive-innovations.com/zoo/cssvariables/>`__ / `CSS Custom Properties <http://dev.w3.org/csswg/css-variables/>`__
+            Experimental specification of CSS Variables which cssutils implements partly. The vars defined in the newer CSS Custom Properties spec should in main parts be at least parsable with cssutils.
+        
+        `DOM Level 2 Style CSS <http://www.w3.org/TR/DOM-Level-2-Style/css.html>`__
+            DOM for package css. 0.9.8 removes support for CSSValue and related API, see PropertyValue and Value API for now
+        `DOM Level 2 Style Stylesheets <http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html>`__
+            DOM for package stylesheets
+        `CSSOM <http://dev.w3.org/csswg/cssom/>`__
+            A few details (mainly the NamespaceRule DOM) are taken from here. Plan is to move implementation to the stuff defined here which is newer but still no REC so might change anytime...
+        
+        The cssutils tokenizer is a customized implementation of `CSS3 Module: Syntax (W3C Working Draft 13 August 2003) <http://www.w3.org/TR/css3-syntax/>`_ which itself is based on the CSS 2.1 tokenizer. It tries to be as compliant as possible but uses some (helpful) parts of the CSS 2.1 tokenizer.
+        
+        I guess cssutils is neither CSS 2.1 nor CSS 3 compliant but tries to at least be able to parse both grammars including some more real world cases (some CSS hacks are actually parsed and serialized). Both official grammars are not final nor bugfree but still feasible. cssutils aim is not to be fully compliant to any CSS specification (the specifications seem to be in a constant flow anyway) but cssutils *should* be able to read and write as many as possible CSS stylesheets "in the [...]
+        
+        Please visit http://cthedot.de/cssutils/ or https://bitbucket.org/cthedot/cssutils/ for more details.
+        
+        There is also a low-traffic `cssutils discussion group <http://groups.google.com/group/cssutils>`_.
+        
+        
+        Compatibility
+        =============
+        cssutils is developed on standard Python but works under Python 2.x (from 2.5, 2.7.6 tested), 3.x (v3.3.3 tested) and Jython (from 2.5.1). IronPython has not been tested yet but might work? Python 2.4 and older are not supported since cssutils 0.9.8 anymore.
+        cssutils is not thread safe, please beware!
+        
+        License
+        =======
+        Copyright 2005 - 2013 Christof Hoeke
+        
+        cssutils is published under the LGPL 3 or later
+        
+        cssutils is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+        
+        cssutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+        
+        You should have received a copy of the GNU Lesser General Public License along with cssutils. If not, see http://www.gnu.org/licenses.
+        
+        
+        Installation
+        ============
+        From 0.9.6 cssutils uses `Distribute <http://pypi.python.org/pypi/distribute>`_
+        
+        After installing Distribute use::
+        
+            > easy_install cssutils
+        
+        to install the latest version of cssutils.
+        
+        Alternatively download the provided source distribution. Expand the file and from a command line install with::
+        
+            > python setup.py install
+        
+        To uninstall remove any registrations of cssutils eggs with Distribute and remove the eggs which should be installed at PYTHONDIR/Lib/site-packages/cssutils too.
+        
+        
+        Example
+        =======
+        ::
+        
+            # -*- coding: utf-8 -*-
+            import cssutils
+        
+            css = u'''/* a comment with umlaut ä */
+                 @namespace html "http://www.w3.org/1999/xhtml";
+                 @variables { BG: #fff }
+                 html|a { color:red; background: var(BG) }'''
+            sheet = cssutils.parseString(css)
+        
+            for rule in sheet:
+                if rule.type == rule.STYLE_RULE:
+                    # find property
+                    for property in rule.style:
+                        if property.name == 'color':
+                            property.value = 'green'
+                            property.priority = 'IMPORTANT'
+                            break
+                    # or simply:
+                    rule.style['margin'] = '01.0eM' # or: ('1em', 'important')
+        
+            sheet.encoding = 'ascii'
+            sheet.namespaces['xhtml'] = 'http://www.w3.org/1999/xhtml'
+            sheet.namespaces['atom'] = 'http://www.w3.org/2005/Atom'
+            sheet.add('atom|title {color: #000000 !important}')
+            sheet.add('@import "sheets/import.css";')
+        
+            # cssutils.ser.prefs.resolveVariables == True since 0.9.7b2
+            print sheet.cssText
+        
+        results in::
+        
+        	@charset "ascii";
+        	@import "sheets/import.css";
+        	/* a comment with umlaut \E4  */
+        	@namespace xhtml "http://www.w3.org/1999/xhtml";
+        	@namespace atom "http://www.w3.org/2005/Atom";
+        	xhtml|a {
+        	    color: green !important;
+        	    background: #fff;
+        	    margin: 1em
+        	    }
+        	atom|title {
+        	    color: #000 !important
+        	    }
+        
+        
+        Documentation
+        =============
+        The current documenation can be found at http://packages.python.org/cssutils/
+        
+        
+        Kind Request
+        ============
+        cssutils is far from being perfect or even complete. If you find any bugs (especially specification violations) or have problems or suggestions please put them in the `Issue Tracker <https://bitbucket.org/cthedot/cssutils/issues>`_ at Bitbucket.
+        
+        
+        Thanks
+        ======
+        Thanks to Simon Sapin, Jason R. Coombs and Walter Doerwald for patches, help and discussion. Thanks to Kevin D. Smith for the value validating module. Thanks also to Cory Dodt, Tim Gerla, James Dobson and Amit Moscovich for helpful suggestions and code patches. Thanks to Fredrik Hedman for help on port of encutils to Python 3.
+        
+        
+        
+Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
+Platform: Python 2.5 and later. Python 3.2 and later. Jython 2.5.1 and later.
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.5
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Topic :: Internet
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Topic :: Text Processing :: Markup :: HTML
diff --git a/setup.cfg b/setup.cfg
index b14b0bc..861a9f5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
-[egg_info]
-tag_build = 
-tag_date = 0
-tag_svn_revision = 0
-
+[egg_info]
+tag_build = 
+tag_date = 0
+tag_svn_revision = 0
+
diff --git a/setup.py b/setup.py
index 694ea62..71ca1c8 100644
--- a/setup.py
+++ b/setup.py
@@ -44,13 +44,25 @@ def read(*rnames):
 
 long_description = '\n' + read('README.txt') + '\n'# + read('CHANGELOG.txt')
 
+def list_files(package, dir_name):
+    prefix = os.path.join('src', package)
+    dir_path = os.path.join(prefix, dir_name)
+    result = []
+    for root, dirs, files in os.walk(dir_path):
+        fullpaths = [os.path.join(root, file) for file in files]
+        # strip off the prefix and the slash of the prefix
+        result.extend(path[len(prefix) + 1:] for path in fullpaths)
+    return result
+
 setup(
     name='cssutils',
     version=VERSION,
     package_dir={'':'src'},
     packages=find_packages('src'),
+    include_package_data=True,
+    package_data={'cssutils': list_files('cssutils', 'tests/sheets')},
     test_suite='cssutils.tests', #'nose.collector'
-    tests_require='mock',
+    tests_require=['mock', 'pbr < 1.7.0'],
     entry_points={
         'console_scripts': [
             'csscapture = cssutils.scripts.csscapture:main',
@@ -83,6 +95,8 @@ setup(
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
+        'Programming Language :: Python :: 3.4',
+        'Programming Language :: Python :: 3.5',
         'Topic :: Internet',
         'Topic :: Software Development :: Libraries :: Python Modules',
         'Topic :: Text Processing :: Markup :: HTML'
diff --git a/setup3.py b/setup3.py
deleted file mode 100644
index 6438fad..0000000
--- a/setup3.py
+++ /dev/null
@@ -1,92 +0,0 @@
-# -*- coding: utf-8 -*-
-#!/usr/bin/env python
-"""
-cssutils setup
-
-use EasyInstall or install with
-    >python setup.py install
-"""
-__docformat__ = 'restructuredtext'
-__author__ = 'Christof Hoeke with contributions by Walter Doerwald'
-__date__ = '$LastChangedDate::                            $:'
-
-import codecs
-import os
-import sys
-
-# For Python 2.5
-try:
-    next
-except NameError:
-    next = lambda iter: iter.next
-
-# extract the version without importing the module
-lines = open('src3/cssutils/__init__.py')
-is_ver_line = lambda line: line.startswith('VERSION = ')
-line = next(line for line in lines if is_ver_line(line))
-
-# For Python 2.5
-try:
-    exec(line, locals(), globals())
-except TypeError:
-    exec(line(), locals(), globals())
-
-# use the build_py_2to3 if we're building on Python 3
-try:
-    from distutils.command.build_py import build_py_2to3 as build_py
-except ImportError:
-    from distutils.command.build_py import build_py
-
-try:
-    from setuptools import setup, find_packages
-except ImportError:
-    from ez_setup import use_setuptools
-    use_setuptools()
-    from setuptools import setup, find_packages
-
-def read(*rnames):
-    return codecs.open(os.path.join(*rnames), encoding='utf-8').read()
-
-long_description = '\n' + read('README.txt') + '\n'# + read('CHANGELOG.txt')
-
-setup(
-    name='cssutils',
-    version=VERSION,
-    package_dir={'':'src3'},
-    packages=find_packages('src3'),
-    test_suite='cssutils.tests', #'nose.collector'
-    tests_require='mock',
-    entry_points={
-        'console_scripts': [
-            'csscapture = cssutils.scripts.csscapture:main',
-            'csscombine = cssutils.scripts.csscombine:main',
-            'cssparse = cssutils.scripts.cssparse:main'
-        ]
-    },
-    description='A CSS Cascading Style Sheets library for Python',
-    long_description=long_description,
-    author='Christof Hoeke',
-    author_email='c at cthedot.de',
-    url='http://cthedot.de/cssutils/',
-    download_url='http://code.google.com/p/cssutils/downloads/list',
-    license='LGPL 2.1 or later, see also http://cthedot.de/cssutils/',
-    keywords='CSS, Cascading Style Sheets, CSSParser, DOM Level 2 Stylesheets, DOM Level 2 CSS',
-    platforms='Python 3.2 and later.',
-    cmdclass=dict(
-        # specify the build_py command imported earlier
-        build_py=build_py,
-    ),
-    classifiers=[
-        'Development Status :: 4 - Beta',
-        'Environment :: Web Environment',
-        'Intended Audience :: Developers',
-        'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
-        'Operating System :: OS Independent',
-        'Programming Language :: Python',
-        'Programming Language :: Python :: 2',
-        'Programming Language :: Python :: 3',
-        'Topic :: Internet',
-        'Topic :: Software Development :: Libraries :: Python Modules',
-        'Topic :: Text Processing :: Markup :: HTML'
-        ]
-    )
diff --git a/src/cssutils.egg-info/PKG-INFO b/src/cssutils.egg-info/PKG-INFO
index 82c093e..177b0d1 100644
--- a/src/cssutils.egg-info/PKG-INFO
+++ b/src/cssutils.egg-info/PKG-INFO
@@ -1,178 +1,180 @@
-Metadata-Version: 1.1
-Name: cssutils
-Version: 1.0
-Summary: A CSS Cascading Style Sheets library for Python
-Home-page: http://cthedot.de/cssutils/
-Author: Christof Hoeke
-Author-email: c at cthedot.de
-License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/
-Download-URL: https://bitbucket.org/cthedot/cssutils/downloads
-Description: 
-        ======
-        README
-        ======
-        .. -*- restructuredtext -*-
-        
-        -------------------------------------------------------
-        cssutils: CSS Cascading Style Sheets library for Python
-        -------------------------------------------------------
-        :Copyright: 2004-2013 Christof Hoeke
-        
-        Overview
-        ========
-        A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
-        
-        Based upon and partly implementing the following specifications :
-        
-        `CSS 2.1rev1 <http://www.w3.org/TR/CSS2/>`__
-            General CSS rules and properties are defined here
-        `CSS3 Module: Syntax <http://www.w3.org/TR/css3-syntax/>`__
-            Used in parts since cssutils 0.9.4. cssutils tries to use the features from CSS 2.1 and CSS 3 with preference to CSS3 but as this is not final yet some parts are from CSS 2.1
-        `CSS Fonts Module Level 3 <http://www.w3.org/TR/css3-fonts/>`__
-            Added changes and additional stuff (since cssutils v0.9.6)
-        `MediaQueries <http://www.w3.org/TR/css3-mediaqueries/>`__
-            MediaQueries are part of ``stylesheets.MediaList`` since v0.9.4, used in @import and @media rules.
-        `Namespaces <http://dev.w3.org/csswg/css3-namespace/>`__
-            Added in v0.9.1, updated to definition in CSSOM in v0.9.4, updated in 0.9.5 for dev version
-        `CSS3 Module: Pages Media <http://www.w3.org/TR/css3-page/>`__
-            Most properties of this spec are implemented including MarginRules
-        `Selectors <http://www.w3.org/TR/css3-selectors/>`__
-            The selector syntax defined here (and not in CSS 2.1) should be parsable with cssutils (*should* mind though ;) )
-        `CSS Backgrounds and Borders Module Level 3 <http://www.w3.org/TR/css3-background/>`__, `CSS3 Basic User Interface Module <http://www.w3.org/TR/css3-ui/#resize>`__, `CSS Text Level 3 <http://www.w3.org/TR/css3-text/>`__
-            Some validation for properties included, mainly  `cursor`, `outline`, `resize`, `box-shadow`, `text-shadow`
-        `Variables <http://disruptive-innovations.com/zoo/cssvariables/>`__ / `CSS Custom Properties <http://dev.w3.org/csswg/css-variables/>`__
-            Experimental specification of CSS Variables which cssutils implements partly. The vars defined in the newer CSS Custom Properties spec should in main parts be at least parsable with cssutils.
-        
-        `DOM Level 2 Style CSS <http://www.w3.org/TR/DOM-Level-2-Style/css.html>`__
-            DOM for package css. 0.9.8 removes support for CSSValue and related API, see PropertyValue and Value API for now
-        `DOM Level 2 Style Stylesheets <http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html>`__
-            DOM for package stylesheets
-        `CSSOM <http://dev.w3.org/csswg/cssom/>`__
-            A few details (mainly the NamespaceRule DOM) are taken from here. Plan is to move implementation to the stuff defined here which is newer but still no REC so might change anytime...
-        
-        The cssutils tokenizer is a customized implementation of `CSS3 Module: Syntax (W3C Working Draft 13 August 2003) <http://www.w3.org/TR/css3-syntax/>`_ which itself is based on the CSS 2.1 tokenizer. It tries to be as compliant as possible but uses some (helpful) parts of the CSS 2.1 tokenizer.
-        
-        I guess cssutils is neither CSS 2.1 nor CSS 3 compliant but tries to at least be able to parse both grammars including some more real world cases (some CSS hacks are actually parsed and serialized). Both official grammars are not final nor bugfree but still feasible. cssutils aim is not to be fully compliant to any CSS specification (the specifications seem to be in a constant flow anyway) but cssutils *should* be able to read and write as many as possible CSS stylesheets "in the [...]
-        
-        Please visit http://cthedot.de/cssutils/ or https://bitbucket.org/cthedot/cssutils/ for more details.
-        
-        There is also a low-traffic `cssutils discussion group <http://groups.google.com/group/cssutils>`_.
-        
-        
-        Compatibility
-        =============
-        cssutils is developed on standard Python but works under Python 2.x (from 2.5, 2.7.6 tested), 3.x (v3.3.3 tested) and Jython (from 2.5.1). IronPython has not been tested yet but might work? Python 2.4 and older are not supported since cssutils 0.9.8 anymore.
-        cssutils is not thread safe, please beware!
-        
-        License
-        =======
-        Copyright 2005 - 2013 Christof Hoeke
-        
-        cssutils is published under the LGPL 3 or later
-        
-        cssutils is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
-        
-        cssutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-        
-        You should have received a copy of the GNU Lesser General Public License along with cssutils. If not, see http://www.gnu.org/licenses.
-        
-        
-        Installation
-        ============
-        From 0.9.6 cssutils uses `Distribute <http://pypi.python.org/pypi/distribute>`_
-        
-        After installing Distribute use::
-        
-            > easy_install cssutils
-        
-        to install the latest version of cssutils.
-        
-        Alternatively download the provided source distribution. Expand the file and from a command line install with::
-        
-            > python setup.py install
-        
-        To uninstall remove any registrations of cssutils eggs with Distribute and remove the eggs which should be installed at PYTHONDIR/Lib/site-packages/cssutils too.
-        
-        
-        Example
-        =======
-        ::
-        
-            # -*- coding: utf-8 -*-
-            import cssutils
-        
-            css = u'''/* a comment with umlaut ä */
-                 @namespace html "http://www.w3.org/1999/xhtml";
-                 @variables { BG: #fff }
-                 html|a { color:red; background: var(BG) }'''
-            sheet = cssutils.parseString(css)
-        
-            for rule in sheet:
-                if rule.type == rule.STYLE_RULE:
-                    # find property
-                    for property in rule.style:
-                        if property.name == 'color':
-                            property.value = 'green'
-                            property.priority = 'IMPORTANT'
-                            break
-                    # or simply:
-                    rule.style['margin'] = '01.0eM' # or: ('1em', 'important')
-        
-            sheet.encoding = 'ascii'
-            sheet.namespaces['xhtml'] = 'http://www.w3.org/1999/xhtml'
-            sheet.namespaces['atom'] = 'http://www.w3.org/2005/Atom'
-            sheet.add('atom|title {color: #000000 !important}')
-            sheet.add('@import "sheets/import.css";')
-        
-            # cssutils.ser.prefs.resolveVariables == True since 0.9.7b2
-            print sheet.cssText
-        
-        results in::
-        
-        	@charset "ascii";
-        	@import "sheets/import.css";
-        	/* a comment with umlaut \E4  */
-        	@namespace xhtml "http://www.w3.org/1999/xhtml";
-        	@namespace atom "http://www.w3.org/2005/Atom";
-        	xhtml|a {
-        	    color: green !important;
-        	    background: #fff;
-        	    margin: 1em
-        	    }
-        	atom|title {
-        	    color: #000 !important
-        	    }
-        
-        
-        Documentation
-        =============
-        The current documenation can be found at http://packages.python.org/cssutils/
-        
-        
-        Kind Request
-        ============
-        cssutils is far from being perfect or even complete. If you find any bugs (especially specification violations) or have problems or suggestions please put them in the `Issue Tracker <https://bitbucket.org/cthedot/cssutils/issues>`_ at Bitbucket.
-        
-        
-        Thanks
-        ======
-        Thanks to Simon Sapin, Jason R. Coombs and Walter Doerwald for patches, help and discussion. Thanks to Kevin D. Smith for the value validating module. Thanks also to Cory Dodt, Tim Gerla, James Dobson and Amit Moscovich for helpful suggestions and code patches. Thanks to Fredrik Hedman for help on port of encutils to Python 3.
-        
-        
-        
-Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
-Platform: Python 2.5 and later. Python 3.2 and later. Jython 2.5.1 and later.
-Classifier: Development Status :: 4 - Beta
-Classifier: Environment :: Web Environment
-Classifier: Intended Audience :: Developers
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
-Classifier: Operating System :: OS Independent
-Classifier: Programming Language :: Python
-Classifier: Programming Language :: Python :: 2.5
-Classifier: Programming Language :: Python :: 2.6
-Classifier: Programming Language :: Python :: 2.7
-Classifier: Programming Language :: Python :: 3.2
-Classifier: Programming Language :: Python :: 3.3
-Classifier: Topic :: Internet
-Classifier: Topic :: Software Development :: Libraries :: Python Modules
-Classifier: Topic :: Text Processing :: Markup :: HTML
+Metadata-Version: 1.1
+Name: cssutils
+Version: 1.0.2
+Summary: A CSS Cascading Style Sheets library for Python
+Home-page: http://cthedot.de/cssutils/
+Author: Christof Hoeke
+Author-email: c at cthedot.de
+License: LGPL 2.1 or later, see also http://cthedot.de/cssutils/
+Download-URL: https://bitbucket.org/cthedot/cssutils/downloads
+Description: 
+        ======
+        README
+        ======
+        .. -*- restructuredtext -*-
+        
+        -------------------------------------------------------
+        cssutils: CSS Cascading Style Sheets library for Python
+        -------------------------------------------------------
+        :Copyright: 2004-2013 Christof Hoeke
+        
+        Overview
+        ========
+        A Python package to parse and build CSS Cascading Style Sheets. DOM only, not any rendering facilities!
+        
+        Based upon and partly implementing the following specifications :
+        
+        `CSS 2.1rev1 <http://www.w3.org/TR/CSS2/>`__
+            General CSS rules and properties are defined here
+        `CSS3 Module: Syntax <http://www.w3.org/TR/css3-syntax/>`__
+            Used in parts since cssutils 0.9.4. cssutils tries to use the features from CSS 2.1 and CSS 3 with preference to CSS3 but as this is not final yet some parts are from CSS 2.1
+        `CSS Fonts Module Level 3 <http://www.w3.org/TR/css3-fonts/>`__
+            Added changes and additional stuff (since cssutils v0.9.6)
+        `MediaQueries <http://www.w3.org/TR/css3-mediaqueries/>`__
+            MediaQueries are part of ``stylesheets.MediaList`` since v0.9.4, used in @import and @media rules.
+        `Namespaces <http://dev.w3.org/csswg/css3-namespace/>`__
+            Added in v0.9.1, updated to definition in CSSOM in v0.9.4, updated in 0.9.5 for dev version
+        `CSS3 Module: Pages Media <http://www.w3.org/TR/css3-page/>`__
+            Most properties of this spec are implemented including MarginRules
+        `Selectors <http://www.w3.org/TR/css3-selectors/>`__
+            The selector syntax defined here (and not in CSS 2.1) should be parsable with cssutils (*should* mind though ;) )
+        `CSS Backgrounds and Borders Module Level 3 <http://www.w3.org/TR/css3-background/>`__, `CSS3 Basic User Interface Module <http://www.w3.org/TR/css3-ui/#resize>`__, `CSS Text Level 3 <http://www.w3.org/TR/css3-text/>`__
+            Some validation for properties included, mainly  `cursor`, `outline`, `resize`, `box-shadow`, `text-shadow`
+        `Variables <http://disruptive-innovations.com/zoo/cssvariables/>`__ / `CSS Custom Properties <http://dev.w3.org/csswg/css-variables/>`__
+            Experimental specification of CSS Variables which cssutils implements partly. The vars defined in the newer CSS Custom Properties spec should in main parts be at least parsable with cssutils.
+        
+        `DOM Level 2 Style CSS <http://www.w3.org/TR/DOM-Level-2-Style/css.html>`__
+            DOM for package css. 0.9.8 removes support for CSSValue and related API, see PropertyValue and Value API for now
+        `DOM Level 2 Style Stylesheets <http://www.w3.org/TR/DOM-Level-2-Style/stylesheets.html>`__
+            DOM for package stylesheets
+        `CSSOM <http://dev.w3.org/csswg/cssom/>`__
+            A few details (mainly the NamespaceRule DOM) are taken from here. Plan is to move implementation to the stuff defined here which is newer but still no REC so might change anytime...
+        
+        The cssutils tokenizer is a customized implementation of `CSS3 Module: Syntax (W3C Working Draft 13 August 2003) <http://www.w3.org/TR/css3-syntax/>`_ which itself is based on the CSS 2.1 tokenizer. It tries to be as compliant as possible but uses some (helpful) parts of the CSS 2.1 tokenizer.
+        
+        I guess cssutils is neither CSS 2.1 nor CSS 3 compliant but tries to at least be able to parse both grammars including some more real world cases (some CSS hacks are actually parsed and serialized). Both official grammars are not final nor bugfree but still feasible. cssutils aim is not to be fully compliant to any CSS specification (the specifications seem to be in a constant flow anyway) but cssutils *should* be able to read and write as many as possible CSS stylesheets "in the [...]
+        
+        Please visit http://cthedot.de/cssutils/ or https://bitbucket.org/cthedot/cssutils/ for more details.
+        
+        There is also a low-traffic `cssutils discussion group <http://groups.google.com/group/cssutils>`_.
+        
+        
+        Compatibility
+        =============
+        cssutils is developed on standard Python but works under Python 2.x (from 2.5, 2.7.6 tested), 3.x (v3.3.3 tested) and Jython (from 2.5.1). IronPython has not been tested yet but might work? Python 2.4 and older are not supported since cssutils 0.9.8 anymore.
+        cssutils is not thread safe, please beware!
+        
+        License
+        =======
+        Copyright 2005 - 2013 Christof Hoeke
+        
+        cssutils is published under the LGPL 3 or later
+        
+        cssutils is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
+        
+        cssutils is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
+        
+        You should have received a copy of the GNU Lesser General Public License along with cssutils. If not, see http://www.gnu.org/licenses.
+        
+        
+        Installation
+        ============
+        From 0.9.6 cssutils uses `Distribute <http://pypi.python.org/pypi/distribute>`_
+        
+        After installing Distribute use::
+        
+            > easy_install cssutils
+        
+        to install the latest version of cssutils.
+        
+        Alternatively download the provided source distribution. Expand the file and from a command line install with::
+        
+            > python setup.py install
+        
+        To uninstall remove any registrations of cssutils eggs with Distribute and remove the eggs which should be installed at PYTHONDIR/Lib/site-packages/cssutils too.
+        
+        
+        Example
+        =======
+        ::
+        
+            # -*- coding: utf-8 -*-
+            import cssutils
+        
+            css = u'''/* a comment with umlaut ä */
+                 @namespace html "http://www.w3.org/1999/xhtml";
+                 @variables { BG: #fff }
+                 html|a { color:red; background: var(BG) }'''
+            sheet = cssutils.parseString(css)
+        
+            for rule in sheet:
+                if rule.type == rule.STYLE_RULE:
+                    # find property
+                    for property in rule.style:
+                        if property.name == 'color':
+                            property.value = 'green'
+                            property.priority = 'IMPORTANT'
+                            break
+                    # or simply:
+                    rule.style['margin'] = '01.0eM' # or: ('1em', 'important')
+        
+            sheet.encoding = 'ascii'
+            sheet.namespaces['xhtml'] = 'http://www.w3.org/1999/xhtml'
+            sheet.namespaces['atom'] = 'http://www.w3.org/2005/Atom'
+            sheet.add('atom|title {color: #000000 !important}')
+            sheet.add('@import "sheets/import.css";')
+        
+            # cssutils.ser.prefs.resolveVariables == True since 0.9.7b2
+            print sheet.cssText
+        
+        results in::
+        
+        	@charset "ascii";
+        	@import "sheets/import.css";
+        	/* a comment with umlaut \E4  */
+        	@namespace xhtml "http://www.w3.org/1999/xhtml";
+        	@namespace atom "http://www.w3.org/2005/Atom";
+        	xhtml|a {
+        	    color: green !important;
+        	    background: #fff;
+        	    margin: 1em
+        	    }
+        	atom|title {
+        	    color: #000 !important
+        	    }
+        
+        
+        Documentation
+        =============
+        The current documenation can be found at http://packages.python.org/cssutils/
+        
+        
+        Kind Request
+        ============
+        cssutils is far from being perfect or even complete. If you find any bugs (especially specification violations) or have problems or suggestions please put them in the `Issue Tracker <https://bitbucket.org/cthedot/cssutils/issues>`_ at Bitbucket.
+        
+        
+        Thanks
+        ======
+        Thanks to Simon Sapin, Jason R. Coombs and Walter Doerwald for patches, help and discussion. Thanks to Kevin D. Smith for the value validating module. Thanks also to Cory Dodt, Tim Gerla, James Dobson and Amit Moscovich for helpful suggestions and code patches. Thanks to Fredrik Hedman for help on port of encutils to Python 3.
+        
+        
+        
+Keywords: CSS,Cascading Style Sheets,CSSParser,DOM Level 2 Stylesheets,DOM Level 2 CSS
+Platform: Python 2.5 and later. Python 3.2 and later. Jython 2.5.1 and later.
+Classifier: Development Status :: 4 - Beta
+Classifier: Environment :: Web Environment
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 2.5
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3.2
+Classifier: Programming Language :: Python :: 3.3
+Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Topic :: Internet
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Topic :: Text Processing :: Markup :: HTML
diff --git a/src/cssutils.egg-info/SOURCES.txt b/src/cssutils.egg-info/SOURCES.txt
index 611af09..2d030b1 100644
--- a/src/cssutils.egg-info/SOURCES.txt
+++ b/src/cssutils.egg-info/SOURCES.txt
@@ -2,7 +2,6 @@ COPYING
 COPYING.LESSER
 README.txt
 setup.py
-setup3.py
 examples/build.py
 examples/codec.py
 examples/cssencodings.py
@@ -17,64 +16,6 @@ examples/style.py
 examples/styledeclaration.py
 examples/testutil.py
 examples/website.py
-sheets/096.css
-sheets/097.css
-sheets/1.css
-sheets/1ascii.css
-sheets/1import.css
-sheets/1inherit-ascii.css
-sheets/1inherit-iso.css
-sheets/1inherit-utf8.css
-sheets/1utf.css
-sheets/2inherit-iso.css
... 1632 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/cssutils.git



More information about the Python-modules-commits mailing list