1# -*- coding: utf-8 -*- 2# 3# Copyright 2009 - 2015 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 = rjsmin 20 21python.min = 2.4 22pypy.min = 1.9 23pypy3.min = 2.4 24jython.min = 2.5 25 26version.number = 1.0.12 27 28author.name = André Malo 29author.email = nd@perlig.de 30#maintainer.name = 31#maintainer.email = 32url.homepage = http://opensource.perlig.de/rjsmin/ 33url.download = http://storage.perlig.de/rjsmin/ 34 35 36[docs] 37meta.classifiers = docs/CLASSIFIERS 38meta.description = docs/DESCRIPTION 39meta.summary = docs/SUMMARY 40meta.provides = docs/PROVIDES 41meta.license = LICENSE 42meta.keywords = 43 Javascript 44 Minimization 45 46apidoc.dir = docs/apidoc 47apidoc.strip = 1 48#apidoc.ignore = 49 50#userdoc.dir = docs/userdoc 51#userdoc.strip = 1 52#userdoc.ignore = 53# .buildinfo 54 55#examples.dir = docs/examples 56#examples.strip = 1 57#examples.ignore = 58 59#man = 60 61extra = 62 README.rst 63 docs/CHANGES 64 docs/BENCHMARKS 65 66 67[manifest] 68#packages.lib = . 69#packages.collect = 70modules = rjsmin 71 72#scripts = 73 74dist = 75 bench 76 bench.sh 77