From dfedcd60895298de6946fab8de62358d3621ba56 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Fri, 23 Jun 2023 15:05:35 -0700 Subject: [PATCH] Delete redundant setup.cfg files (#6122) According to the setuptools docs, `license_file` is a deprecated keyword replaced by the `license_files` keyword which defaults to "LICENSE" anyway. Ref: https://github.com/pypa/setuptools/blob/v67.8.0/docs/references/keywords.rst?plain=1#L154-L163 Co-authored-by: Tanuj Khattar --- cirq-aqt/setup.cfg | 2 -- cirq-core/setup.cfg | 2 -- cirq-google/setup.cfg | 2 -- cirq-ionq/setup.cfg | 2 -- cirq-pasqal/setup.cfg | 2 -- cirq-rigetti/setup.cfg | 2 -- cirq-web/setup.cfg | 2 -- setup.cfg | 2 -- 8 files changed, 16 deletions(-) delete mode 100644 cirq-aqt/setup.cfg delete mode 100644 cirq-core/setup.cfg delete mode 100644 cirq-google/setup.cfg delete mode 100644 cirq-ionq/setup.cfg delete mode 100644 cirq-pasqal/setup.cfg delete mode 100644 cirq-rigetti/setup.cfg delete mode 100644 cirq-web/setup.cfg delete mode 100644 setup.cfg diff --git a/cirq-aqt/setup.cfg b/cirq-aqt/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-aqt/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/cirq-core/setup.cfg b/cirq-core/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-core/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/cirq-google/setup.cfg b/cirq-google/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-google/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/cirq-ionq/setup.cfg b/cirq-ionq/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-ionq/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/cirq-pasqal/setup.cfg b/cirq-pasqal/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-pasqal/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/cirq-rigetti/setup.cfg b/cirq-rigetti/setup.cfg deleted file mode 100644 index 29b21fba75b..00000000000 --- a/cirq-rigetti/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE \ No newline at end of file diff --git a/cirq-web/setup.cfg b/cirq-web/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/cirq-web/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE diff --git a/setup.cfg b/setup.cfg deleted file mode 100644 index 0c9e0fc1447..00000000000 --- a/setup.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[metadata] -license_file = LICENSE