-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.json
26 lines (26 loc) · 966 Bytes
/
setup.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
{
"name": "command-tree",
"version": "0.7.1",
"description": "Builds command tree on argparse",
"long_description": "Documentation: http://command-tree.readthedocs.io/en/latest/",
"author": "Deverto Systems Ltd.",
"author_email": "[email protected]",
"url": "https://github.com/deverto/command-tree",
"license": "LGPL",
"install_requires": [],
"packages": [
"command_tree"
],
"classifiers" : [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Libraries :: Python Modules"
]
}