Skip to content

Commit a739ad1

Browse files
authored
Merge pull request #10 from amd/enhancement/docs_fix
pyproject updates
2 parents 4f9da3e + 24a7d77 commit a739ad1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 AMD HPC Application Performance Team
3+
Copyright (c) 2025 Advanced Micro Devices, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ keywords = []
1111
classifiers = ["Topic :: Software Development"]
1212

1313
dependencies = [
14-
"prettytable",
1514
"pydantic>=2.8.2",
1615
"paramiko~=3.5.1",
1716
"requests",
@@ -32,9 +31,9 @@ dev = [
3231
]
3332

3433
[project.urls]
35-
homepage = "https://github.com/AMD-HPC/Scraper"
36-
documentation = "https://github.com/AMD-HPC/Scraper"
37-
repository = "https://github.com/AMD-HPC/Scraper"
34+
homepage = "https://github.com/amd/node-scraper"
35+
documentation = "https://github.com/amd/node-scraper"
36+
repository = "https://github.com/amd/node-scraper"
3837

3938
[build-system]
4039
requires = ["setuptools==70.3.0", "setuptools-scm==8.1.0"]

0 commit comments

Comments
 (0)