File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
-----
17
17
18
18
| **Colour - Checker Detection** by Colour Developers
19
- | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com >`__
19
+ | Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org >`__
20
20
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
21
21
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
Original file line number Diff line number Diff line change @@ -113,6 +113,6 @@ About
113
113
-----
114
114
115
115
| **Colour - Checker Detection** by Colour Developers
116
- | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com >`__
116
+ | Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org >`__
117
117
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
118
118
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
Original file line number Diff line number Diff line change 18
18
-----
19
19
20
20
| **Colour - Checker Detection** by Colour Developers
21
- | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com >`__
21
+ | Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org >`__
22
22
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
23
23
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
Original file line number Diff line number Diff line change 27
27
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
28
28
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
29
29
__maintainer__ = 'Colour Developers'
30
- __email__ = 'colour-science@googlegroups.com '
30
+ __email__ = 'colour-developers@colour-science.org '
31
31
__status__ = 'Production'
32
32
33
33
__all__ = [
Original file line number Diff line number Diff line change 29
29
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
30
30
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
31
31
__maintainer__ = 'Colour Developers'
32
- __email__ = 'colour-science@googlegroups.com '
32
+ __email__ = 'colour-developers@colour-science.org '
33
33
__status__ = 'Production'
34
34
35
35
__all__ = [
Original file line number Diff line number Diff line change 28
28
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
29
29
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
30
30
__maintainer__ = 'Colour Developers'
31
- __email__ = 'colour-science@googlegroups.com '
31
+ __email__ = 'colour-developers@colour-science.org '
32
32
__status__ = 'Production'
33
33
34
34
__all__ = [
Original file line number Diff line number Diff line change @@ -108,6 +108,6 @@ About
108
108
-----
109
109
110
110
| **Colour - Checker Detection** by Colour Developers
111
- | Copyright © 2018-2019 – Colour Developers – `colour-science@googlegroups.com <colour-science@googlegroups.com >`__
111
+ | Copyright © 2018-2019 – Colour Developers – `colour-developers@colour-science.org <colour-developers@colour-science.org >`__
112
112
| This software is released under terms of New BSD License: https://opensource.org/licenses/BSD-3-Clause
113
113
| `https://github.com/colour-science/colour-checker-detection <https://github.com/colour-science/colour-checker-detection>`__
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name = "colour-checker-detection"
3
3
version = " 0.1.1"
4
4
description = " Colour checker detection with Python"
5
5
license = " BSD-3-Clause"
6
- authors = [ " Colour Developers <colour-science@googlegroups.com >" ]
7
- maintainers = [ " Colour Developers <colour-science@googlegroups.com >" ]
6
+ authors = [ " Colour Developers <colour-developers@colour-science.org >" ]
7
+ maintainers = [ " Colour Developers <colour-developers@colour-science.org >" ]
8
8
readme = ' README.rst'
9
9
repository = " https://github.com/colour-science/colour-checker-detection"
10
10
homepage = " https://www.colour-science.org/"
Original file line number Diff line number Diff line change 24
24
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
25
25
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
26
26
__maintainer__ = 'Colour Developers'
27
- __email__ = 'colour-science@googlegroups.com '
27
+ __email__ = 'colour-developers@colour-science.org '
28
28
__status__ = 'Production'
29
29
30
30
__all__ = [
Original file line number Diff line number Diff line change 14
14
__copyright__ = 'Copyright (C) 2018-2019 - Colour Developers'
15
15
__license__ = 'New BSD License - https://opensource.org/licenses/BSD-3-Clause'
16
16
__maintainer__ = 'Colour Developers'
17
- __email__ = 'colour-science@googlegroups.com '
17
+ __email__ = 'colour-developers@colour-science.org '
18
18
__status__ = 'Production'
19
19
20
20
__all__ = ['TODO_FILE_TEMPLATE' , 'extract_todo_items' , 'export_todo_items' ]
33
33
34
34
| **Colour - Checker Detection** by Colour Developers
35
35
| Copyright © 2018-2019 – Colour Developers – \
36
- `colour-science@googlegroups.com <colour-science@googlegroups.com >`__
36
+ `colour-developers@colour-science.org <colour-developers@colour-science.org >`__
37
37
| This software is released under terms of New BSD License: \
38
38
https://opensource.org/licenses/BSD-3-Clause
39
39
| `https://github.com/colour-science/colour-checker-detection \
You can’t perform that action at this time.
0 commit comments