File: setup.cfg

package info (click to toggle)
python-xstatic-json2yaml 0.1.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 92 kB
  • sloc: javascript: 88; python: 40; makefile: 18
file content (20 lines) | stat: -rw-r--r-- 404 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-Json2yaml
description = Json2yaml 0.1.1 (XStatic packaging standard)
description-file = README.rst
maintainer = xinni.ge
maintainer-email = xinni.ge@ntt.com
home-page = https://github.com/jeffsu/json2yaml
keywords = json2yaml xstatic
license = MIT
zip_safe = False
namespace_packages =
    xstatic
    xstatic.pkg

[files]
packages =
    xstatic

[bdist_wheel]
universal = True