From a038b0e2caafc2f949f605e925c837b2995b00d3 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 25 Sep 2024 14:01:41 +0300 Subject: [PATCH] update module files --- .gitignore | 5 ++--- 0.0.2 | 1 - =0.0.2 | 3 --- pyproject.toml | 4 ++-- setup.cfg | 11 +++++++++++ 5 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 0.0.2 delete mode 100644 =0.0.2 create mode 100644 setup.cfg diff --git a/.gitignore b/.gitignore index ae138df..1d57177 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - Byte-compiled / optimized / DLL files +# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class @@ -139,5 +139,4 @@ cython_debug/ # Configuration files *.conf -*.cfg -*.ini \ No newline at end of file +*.ini diff --git a/0.0.2 b/0.0.2 deleted file mode 100644 index 7036bcd..0000000 --- a/0.0.2 +++ /dev/null @@ -1 +0,0 @@ -Defaulting to user installation because normal site-packages is not writeable diff --git a/=0.0.2 b/=0.0.2 deleted file mode 100644 index ae10628..0000000 --- a/=0.0.2 +++ /dev/null @@ -1,3 +0,0 @@ -Defaulting to user installation because normal site-packages is not writeable -Requirement already satisfied: find_duplicate_contacts in /usr/local/lib/python3.10/dist-packages/find_duplicate_contacts-0.0.1-py3.10.egg (0.0.1) -Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from find_duplicate_contacts) (2.25.1) diff --git a/pyproject.toml b/pyproject.toml index 8cbdb11..a284b4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" [project.urls] -Homepage = "https://github.com/ajdelgado/find_duplicate_contacts" +Homepage = "https://repos.susurrando.com/adelgado/find_duplicate_contacts" [project] name = "find_duplicate_contacts" @@ -24,4 +24,4 @@ dependencies = [ "click_config_file", 'deepdiff', ] -requires-python = ">=3" \ No newline at end of file +requires-python = ">=3" diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..fd21a1a --- /dev/null +++ b/setup.cfg @@ -0,0 +1,11 @@ +[metadata] +name = find_duplicate_contacts +version = 0.0.3 + +[options] +packages = find_duplicate_contacts +install_requires = + vobject + deepdiff + requests + importlib; python_version == "3.10"