mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-12 22:26:18 +00:00
added myself as an author
This commit is contained in:
parent
ccd4c6bc18
commit
23ed22fdff
@ -1,5 +1,5 @@
|
|||||||
# Titan Robotics Team 2022: Sort submodule
|
# Titan Robotics Team 2022: Sort submodule
|
||||||
# Written by Arthur Lu
|
# Written by Arthur Lu and James Pan
|
||||||
# Notes:
|
# Notes:
|
||||||
# this should be imported as a python module using 'from tra_analysis import Sort'
|
# this should be imported as a python module using 'from tra_analysis import Sort'
|
||||||
# setup:
|
# setup:
|
||||||
@ -14,6 +14,7 @@ __changelog__ = """changelog:
|
|||||||
|
|
||||||
__author__ = (
|
__author__ = (
|
||||||
"Arthur Lu <learthurgo@gmail.com>",
|
"Arthur Lu <learthurgo@gmail.com>",
|
||||||
|
"James Pan <zpan@imsa.edu>"
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Titan Robotics Team 2022: tra_analysis package
|
# Titan Robotics Team 2022: tra_analysis package
|
||||||
# Written by Arthur Lu, Jacob Levine, and Dev Singh
|
# Written by Arthur Lu, Jacob Levine, Dev Singh, and James Pan
|
||||||
# Notes:
|
# Notes:
|
||||||
# this should be imported as a python package using 'import tra_analysis'
|
# this should be imported as a python package using 'import tra_analysis'
|
||||||
# this should be included in the local directory or environment variable
|
# this should be included in the local directory or environment variable
|
||||||
@ -20,6 +20,7 @@ __author__ = (
|
|||||||
"Arthur Lu <learthurgo@gmail.com>",
|
"Arthur Lu <learthurgo@gmail.com>",
|
||||||
"Jacob Levine <jlevine@imsa.edu>",
|
"Jacob Levine <jlevine@imsa.edu>",
|
||||||
"Dev Singh <dev@devksingh.com>",
|
"Dev Singh <dev@devksingh.com>",
|
||||||
|
"James Pan <zpan@imsa.edu>"
|
||||||
)
|
)
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
Loading…
Reference in New Issue
Block a user