update module files
This commit is contained in:
parent
b440c1ebe8
commit
a038b0e2ca
5 changed files with 15 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
*.ini
|
||||
|
|
1
0.0.2
1
0.0.2
|
@ -1 +0,0 @@
|
|||
Defaulting to user installation because normal site-packages is not writeable
|
3
=0.0.2
3
=0.0.2
|
@ -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)
|
|
@ -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"
|
||||
requires-python = ">=3"
|
||||
|
|
11
setup.cfg
Normal file
11
setup.cfg
Normal file
|
@ -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"
|
Loading…
Reference in a new issue