forked from tier4/caret_analyze
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "chore: update maintainer (tier4#422)"
This reverts commit ed00b41.
- Loading branch information
1 parent
46851ec
commit 601abc9
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ | |
<name>caret_analyze</name> | ||
<version>0.2.2</version> | ||
<description>CARET's tools for analyzing trace results</description> | ||
<maintainer email="[email protected]">ymski</maintainer> | ||
<maintainer email="[email protected]">isp-uetsuki</maintainer> | ||
<maintainer email="[email protected]">hsgwa</maintainer> | ||
<license>Apache License 2.0</license> | ||
|
||
<depend>python3-multimethod-pip</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
], | ||
install_requires=['setuptools'], | ||
zip_safe=True, | ||
maintainer='ymski, isp-uetsuki', | ||
maintainer_email='[email protected], uetsuki@isp.co.jp', | ||
maintainer='hsgwa', | ||
maintainer_email='hasegawa@isp.co.jp', | ||
description="CARET\'s tools for analyzing trace results", | ||
license='Apache License 2.0', | ||
tests_require=['pytest'], | ||
|