Skip to content

Commit

Permalink
migrated metadata to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanBrocard committed Nov 9, 2021
1 parent b7d4796 commit 47f7973
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
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]
6 changes: 0 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47f7973

Please sign in to comment.