-
Notifications
You must be signed in to change notification settings - Fork 0
/
pydist.json
37 lines (37 loc) · 1007 Bytes
/
pydist.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"extensions": {
"python.commands": {
"wrap_console": {
"pypgdiff": "pypgdiff:main"
}
},
"python.details": {
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: SQL"
]
},
"python.project": {
"contacts": [
{
"email": "nep@noisetu.be",
"name": "Nick Purvis",
"role": "author"
}
],
"project_urls": {
"Home": "https://github.com/thugdoubt/pypgdiff"
}
}
},
"metadata_version": "2.0",
"name": "pyPGdiff",
"source_url": "https://github.com/thugdoubt/pypgdiff",
"summary": "Generate on-the-fly migrations between PostgreSQL schemas",
"version": "0.1.3"
}