forked from faustomorales/pdqhash-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
49 lines (43 loc) · 1.34 KB
/
setup.cfg
File metadata and controls
49 lines (43 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[pylint]
extension-pkg-whitelist = cv2,pdqhash.bindings
disable = C0111
[metadata]
name = pdqhash
author = Fausto Morales
author_email = faustomorales@gmail.com
description = "Python bindings for Facebook's PDQ hash"
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/faustomorales/pdqhash-python
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Operating System :: POSIX :: Linux
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
[options]
packages = find:
include_package_data = True
setup_requires =
cython
numpy
[options.packages.find]
exclude = tests
[tool:pytest]
filterwarnings =
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working:DeprecationWarning
norecursedirs = ThreatExchange
[versioneer]
VCS = git
style = pep440-old
versionfile_source = pdqhash/_version.py
versionfile_build = pdqhash/_version.py
tag_prefix = v