update module files
This commit is contained in:
parent
b440c1ebe8
commit
a038b0e2ca
5 changed files with 15 additions and 9 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
@ -139,5 +139,4 @@ cython_debug/
|
||||||
|
|
||||||
# Configuration files
|
# Configuration files
|
||||||
*.conf
|
*.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"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/ajdelgado/find_duplicate_contacts"
|
Homepage = "https://repos.susurrando.com/adelgado/find_duplicate_contacts"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "find_duplicate_contacts"
|
name = "find_duplicate_contacts"
|
||||||
|
|
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