File: setup.cfg

package info (click to toggle)
python-xstatic-jsencrypt 2.3.1.1-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: javascript: 2,929; python: 41; makefile: 16
file content (20 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[metadata]
name = XStatic-JSEncrypt
description = JSEncrypt 2.3.1 (XStatic packaging standard)
description-file = README.rst
maintainer = Rob Cresswell
maintainer-email = robert.cresswell@outlook.com
home-page = http://travistidwell.com/jsencrypt/
keywords = jsencrypt xstatic
license = MIT
zip_safe = False
namespace_packages =
    xstatic
    xstatic.pkg

[files]
packages =
    xstatic

[bdist_wheel]
universal = True