Commit 6e2ffa8
Sync with external repo (#1618)
* Fix license metadata
License doesn't show in PyPI and isn't caught by license scanners.
See left metadata panel on projects like https://pypi.org/project/apache-flink/ that doesn't show on https://pypi.org/project/intel-extension-for-pytorch/.
Example setup.py in that project is here: https://github.com/apache/flink/blob/742685b76c7f001a08799a539cad2bb683d5d29d/flink-python/setup.py#L327
The setup call in setup.py needs the below. Thanks!
license='https://www.apache.org/licenses/LICENSE-2.0',
classifiers=[
'License :: OSI Approved :: Apache Software License',
],
* Regex should be using a raw string
* update README for 1.13.120 release
---------
Co-authored-by: Ben <[email protected]>
Co-authored-by: STerliakov <[email protected]>1 parent 317452c commit 6e2ffa8
3 files changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
91 | | - | |
| 90 | + | |
92 | 91 | | |
93 | 92 | | |
94 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
885 | 889 | | |
0 commit comments