Home | History | Annotate | Download | only in rjsmin
      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]
     19 name = rjsmin
     20 
     21 python.min = 2.4
     22 pypy.min = 1.9
     23 pypy3.min = 2.4
     24 jython.min = 2.5
     25 
     26 version.number = 1.0.12
     27 
     28 author.name = Andr Malo
     29 author.email = nd (a] perlig.de
     30 #maintainer.name =
     31 #maintainer.email = 
     32 url.homepage = http://opensource.perlig.de/rjsmin/
     33 url.download = http://storage.perlig.de/rjsmin/
     34 
     35 
     36 [docs]
     37 meta.classifiers = docs/CLASSIFIERS
     38 meta.description = docs/DESCRIPTION
     39 meta.summary = docs/SUMMARY
     40 meta.provides = docs/PROVIDES
     41 meta.license = LICENSE
     42 meta.keywords =
     43     Javascript
     44     Minimization
     45 
     46 apidoc.dir = docs/apidoc
     47 apidoc.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 
     61 extra =
     62     README.rst
     63     docs/CHANGES
     64     docs/BENCHMARKS
     65 
     66 
     67 [manifest]
     68 #packages.lib = .
     69 #packages.collect =
     70 modules = rjsmin
     71 
     72 #scripts =
     73 
     74 dist =
     75     bench
     76     bench.sh
     77