File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2019 JDA Software , Inc
3
+ Copyright (c) 2019-2020 Blue Yonder Group , Inc
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 16
16
sys .path .append (os .path .abspath (os .path .join (__location__ , "sphinxext" )))
17
17
18
18
add_module_names = False
19
- author = "JDA Software , Inc"
20
- copyright = "2019, JDA Software , Inc"
19
+ author = "Blue Yonder Group , Inc"
20
+ copyright = "2019-2020, Blue Yonder Group , Inc"
21
21
project = "rle-array"
22
22
exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
23
23
extensions = [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ profile = "black"
11
11
name = " rle-array"
12
12
description = " Run-length encoded pandas."
13
13
authors = [
14
- " JDA Software , Inc" ,
14
+ " Blue Yonder Group , Inc" ,
15
15
]
16
16
version = " 0.1"
17
17
readme = " README.rst"
You can’t perform that action at this time.
0 commit comments