keplemon 3.1.3

Expanded functionality for the Standardized Astrodynamics Algorithms Library (SAAL)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tasks.clean-all]
description = "Remove and binaries from previous builds"
script = [
  "cargo clean",
  "rm -rf python/keplemon/*.so",
  "rm -rf python/keplemon/*.dylib",
  "rm -rf python/keplemon/*.dll",
  "rm -rf python/keplemon/assets/*",
  "rm -rf python/keplemon/*.pyi",
  "rm -rf python/keplemon/*.GEO",
  "rm -rf python/keplemon/*.txt",
  "rm -rf python/keplemon/*.405",
  "rm -rf python/keplemon/*.dat",
]