File: package.json

package info (click to toggle)
distlib 0.4.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 2,232 kB
  • sloc: python: 12,386; ansic: 820; sh: 106; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 540 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
{{
  "source": {{
    "modules": [
      "testdist"
    ]
  }},
  "version": "1",
  "metadata": {{
    "maintainer": "Test User",
    "name": "{username}_testdist",
    "license": "Copyright (C) 2013 by Test User.",
    "author": "Test User",
    "home-page": "http://pypi.org/pypi/{username}_testdist/",
    "summary": "A test project for distlib",
    "version": "0.1",
    "maintainer-email": "test.user@testusers.org",
    "author-email": "test.user@testusers.org",
    "description": "This distribution is a test for distlib."
  }}
}}