From 24a7d77ddcc54b4ea322cfde1b0b09de0189fa42 Mon Sep 17 00:00:00 2001 From: Luke Andrews Date: Fri, 20 Jun 2025 12:20:03 -0400 Subject: [PATCH] adjust pyproject --- LICENSE | 2 +- pyproject.toml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 47073ec4..3adcfeeb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 AMD HPC Application Performance Team +Copyright (c) 2025 Advanced Micro Devices, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/pyproject.toml b/pyproject.toml index 72113353..888b1e9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ keywords = [] classifiers = ["Topic :: Software Development"] dependencies = [ - "prettytable", "pydantic>=2.8.2", "paramiko~=3.5.1", "requests", @@ -32,9 +31,9 @@ dev = [ ] [project.urls] -homepage = "https://github.com/AMD-HPC/Scraper" -documentation = "https://github.com/AMD-HPC/Scraper" -repository = "https://github.com/AMD-HPC/Scraper" +homepage = "https://github.com/amd/node-scraper" +documentation = "https://github.com/amd/node-scraper" +repository = "https://github.com/amd/node-scraper" [build-system] requires = ["setuptools==70.3.0", "setuptools-scm==8.1.0"]