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"]