forked from papalotis/ft-fsd-path-planning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (33 loc) · 1.83 KB
/
setup.cfg
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
[metadata]
name = fsd_path_planning
version = 0.4.0
description = 'FaSTTUBe Formula Student Driverless Path Planning Algorithm'
license = {text = "MIT License\n\nCopyright (c) 2022 Panagiotis\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"}
maintainer = Alastair Bradford
maintainer_email = [email protected]
readme = "README.md"
[options]
packages =
fsd_path_planning
fsd_path_planning.calculate_path
fsd_path_planning.cone_matching
fsd_path_planning.skidpad
fsd_path_planning.sorting_cones
fsd_path_planning.sorting_cones.trace_sorter
fsd_path_planning.utils
fsd_path_planning.full_pipeline
install_requires =
icecream
numba
numpy
scipy
typing_extensions
scikit-learn
[options.extras_require]
dev =
black
pylint
mypy
[tool.setuptools]
include-package-data = true
packages = ["fsd_path_planning"]