-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.json
41 lines (41 loc) · 1.12 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": "Nicholas Bollweg",
"author_email": "nick.bollweg@gmail.com",
"classifiers": [
"Framework :: IPython",
"Natural Language :: English",
"Programming Language :: Python",
"Intended Audience :: Developers",
"Development Status :: 3 - Alpha",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 2",
"License :: OSI Approved :: BSD License",
"Topic :: Software Development :: Widget Sets",
"Topic :: Scientific/Engineering :: Human Machine Interfaces",
"Topic :: Scientific/Engineering :: Visualization"
],
"description": "Tangle reactive documents in the IPython Notebook",
"include_package_data": true,
"install_requires": [
"IPython>3.0,<4.0",
"jupyter-pip"
],
"keywords": "IPython tangle",
"license": "BSD",
"name": "ipytangle",
"packages": [
"ipytangle"
],
"setup_requires": [
"IPython>3.0,<4.0",
"jupyter-pip"
],
"tests_require": [
"nose",
"coverage"
],
"test_suite": "nose.collector",
"url": "http://github.com/bollwyvl/ipytangle",
"version": "0.4.0"
}