1# -*- coding: utf-8 -*- 2# 3# Copyright 2009 - 2014 4# André Malo or his licensors, as applicable 5# 6# Licensed under the Apache License, Version 2.0 (the "License"); 7# you may not use this file except in compliance with the License. 8# You may obtain a copy of the License at 9# 10# http://www.apache.org/licenses/LICENSE-2.0 11# 12# Unless required by applicable law or agreed to in writing, software 13# distributed under the License is distributed on an "AS IS" BASIS, 14# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 15# See the License for the specific language governing permissions and 16# limitations under the License. 17 18[package] 19name = rcssmin 20 21python.min = 2.3 22python.max = 3.4 23pypy.min = 1.9 24pypy.max = 2.2 25jython.min = 2.5 26jython.max = 2.7 27 28version.number = 1.0.5 29 30author.name = André Malo 31author.email = nd@perlig.de 32#maintainer.name = 33#maintainer.email = 34url.homepage = http://opensource.perlig.de/rcssmin/ 35url.download = http://storage.perlig.de/rcssmin/ 36 37 38[docs] 39meta.classifiers = docs/CLASSIFIERS 40meta.description = docs/DESCRIPTION 41meta.summary = docs/SUMMARY 42meta.provides = docs/PROVIDES 43meta.license = LICENSE 44meta.keywords = 45 CSS 46 Minimization 47 48apidoc.dir = docs/apidoc 49apidoc.strip = 1 50#apidoc.ignore = 51 52#userdoc.dir = docs/userdoc 53#userdoc.strip = 1 54#userdoc.ignore = 55# .buildinfo 56 57#examples.dir = docs/examples 58#examples.strip = 1 59#examples.ignore = 60 61#man = 62 63extra = 64 README.rst 65 docs/CHANGES 66 docs/BENCHMARKS 67 68 69[manifest] 70#packages.lib = . 71#packages.collect = 72modules = rcssmin 73 74packages.extra = 75 _setup.py2.term 76 _setup.py3.term 77 78#scripts = 79 80dist = 81 tests 82 run_tests.py 83 bench 84 bench.sh 85