From 7f4b9183a26bb112cc1dc819eb64cae96d231d6c Mon Sep 17 00:00:00 2001 From: Steve Canny Date: Thu, 10 Oct 2024 22:16:20 -0700 Subject: [PATCH] fix: remove self-dependency (#13) Not sure how it got there but `opc-diag` should not depend upon itself. --- HISTORY.rst | 5 +++++ pyproject.toml | 7 ++----- uv.lock | 7 ++----- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d30c2ac..e597956 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,11 @@ History ======= +1.1.1 (2024-10-10) +------------------ + +* Remove self-dependency from `pyproject.toml`. + 1.1.0 (2024-09-22) ------------------ diff --git a/pyproject.toml b/pyproject.toml index b242498..ea66c28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "opc-diag" -version = "1.1.0" +version = "1.1.1" authors = [{name = "Steve Canny", email = "stcanny@gmail.com"}] classifiers = [ "Development Status :: 5 - Production/Stable", @@ -21,10 +21,7 @@ classifiers = [ "Topic :: Office/Business :: Office Suites", "Topic :: Software Development :: Libraries", ] -dependencies = [ - "lxml>=4", - "opc-diag", -] +dependencies = ["lxml>=4"] description = "A command-line application for exploring Microsoft Word, Excel, and PowerPoint files from Office 2007 and later." keywords = ["docx", "pptx", "xlsx", "office", "openxml", "word", "powerpoint", "excel"] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 4c20bb1..e9ed973 100644 --- a/uv.lock +++ b/uv.lock @@ -631,7 +631,7 @@ wheels = [ [[package]] name = "opc-diag" -version = "1.0.1" +version = "1.1.1" source = { editable = "." } dependencies = [ { name = "lxml" }, @@ -654,10 +654,7 @@ dev = [ ] [package.metadata] -requires-dist = [ - { name = "lxml", specifier = ">=4" }, - { name = "opc-diag", editable = "." }, -] +requires-dist = [{ name = "lxml", specifier = ">=4" }] [package.metadata.requires-dev] dev = [