generated from SylvanBrocard/dpu_trees
-
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.
- Loading branch information
1 parent
b7d4796
commit 47f7973
Showing
2 changed files
with
5 additions
and
6 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 |
---|---|---|
@@ -1,5 +1,10 @@ | ||
[metadata] | ||
name = dpu_kmeans | ||
description = A package for the k-means algorithm on DPU. | ||
long_description = file: README.md | ||
long_description_content_type = text/markdown | ||
license = MIT | ||
license_file = LICENSE | ||
url = https://github.com/upmem/dpu_kmeans | ||
author = Sylvan Brocard | ||
author_email = [email protected] |
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 |
---|---|---|
|
@@ -20,16 +20,10 @@ | |
|
||
# compilation of the host library | ||
setup( | ||
name="dpu_kmeans", | ||
use_scm_version={ | ||
"root": ".", | ||
"relative_to": __file__, | ||
}, | ||
description="a package for the k-means algorithm on DPU", | ||
author="Sylvan Brocard", | ||
author_email="[email protected]", | ||
url="https://github.com/upmem/dpu_kmeans", | ||
license="MIT", | ||
packages=find_packages(where="src"), | ||
package_dir={"": "src"}, | ||
cmake_install_dir="src/dpu_kmeans", | ||
|