added myself as an author

This commit is contained in:
James Pan 2020-10-15 14:33:13 -05:00
parent ccd4c6bc18
commit 23ed22fdff
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Titan Robotics Team 2022: Sort submodule
# Written by Arthur Lu
# Written by Arthur Lu and James Pan
# Notes:
# this should be imported as a python module using 'from tra_analysis import Sort'
# setup:
@ -14,6 +14,7 @@ __changelog__ = """changelog:
__author__ = (
"Arthur Lu <learthurgo@gmail.com>",
"James Pan <zpan@imsa.edu>"
)
__all__ = [

View File

@ -1,5 +1,5 @@
# 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:
# this should be imported as a python package using 'import tra_analysis'
# this should be included in the local directory or environment variable
@ -20,6 +20,7 @@ __author__ = (
"Arthur Lu <learthurgo@gmail.com>",
"Jacob Levine <jlevine@imsa.edu>",
"Dev Singh <dev@devksingh.com>",
"James Pan <zpan@imsa.edu>"
)
__all__ = [