MANIFEST.in
README.md
setup.py
some_math/__init__.py
some_math/fit_circle.py
some_math/fit_line.py
some_math/fit_plane.py
some_math/lin_alg.py
some_math/quaternion.py
some_math.egg-info/PKG-INFO
some_math.egg-info/SOURCES.txt
some_math.egg-info/dependency_links.txt
some_math.egg-info/top_level.txt
some_math/geo/__init__.py
some_math/geo/cuboid.py
some_math/geo/line_segment.py
some_math/geo/plane.py
some_math/geo/points_2D.py
some_math/geo/points_3D.py