-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 748 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 748 Bytes
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
{
"version": "0.1.2",
"keywords": [
"orbits",
"propagator",
"keplerian",
"elements",
"position",
"velocity",
"aerospace"
],
"classifiers": [
"Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Astronomy"
],
"author": "Tythos",
"author_email": "code@tythos.net",
"description": "Oy vey! So many orbit models. Here's another one.",
"url": "https://github.com/Tythos/oyb",
"test_suite": "oyb.test.suite",
"license": "MIT",
"package_data": {
"oyb": ["*.html","*.rst"]
}
}