Skip to content

Commit 03dad90

Browse files
committed
add dist-info
1 parent d7a0d3b commit 03dad90

9 files changed

Lines changed: 52 additions & 0 deletions

File tree

engine/dist-info/INSTALLER

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pip

engine/dist-info/LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
3+
Project Antares from Microsoft Research Asia
4+
Copyright (c) 2018 Microsoft Corporation
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

engine/dist-info/METADATA

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Metadata-Version: 2.1
2+
Name: antares
3+
Version: @VERSION@
4+
Home-page: https://github.com/microsoft/antares
5+
Author: Microsoft
6+
License: MIT
7+
Keywords: antares dnn
8+
Platform: UNKNOWN
9+
Requires-Dist: wheel (>=0.26) ; python_version >= "3"
10+
Requires-Dist: tornado ; python_version >= "3"
11+
Requires-Dist: psutil ; python_version >= "3"
12+
Requires-Dist: numpy ; python_version >= "3"
13+
Requires-Dist: decorator ; python_version >= "3"
14+
Requires-Dist: attrs ; python_version >= "3"
15+
Requires-Dist: pytest ; python_version >= "3"
16+
Requires-Dist: typed_ast ; python_version >= "3"
17+
Requires-Dist: cloudpickle ; python_version >= "3"
18+
19+
Antares is an engine to automatically generate optimized kernels for multi-platform
20+

engine/dist-info/RECORD

Whitespace-only changes.

engine/dist-info/REQUESTED

Whitespace-only changes.

engine/dist-info/WHEEL

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Wheel-Version: 1.0
2+
Generator: bdist_wheel (0.35.1)
3+
Root-Is-Purelib: false
4+
Tag: py3-none-linux_x86_64
5+

engine/dist-info/direct_url.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"archive_info": {}, "url": "https://github.com/microsoft/antares"}

engine/dist-info/entry_points.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[console_scripts]
2+
antares = antares_core.main:main

engine/dist-info/top_level.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
antares_core

0 commit comments

Comments
 (0)