We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871f238 commit 5973baeCopy full SHA for 5973bae
2 files changed
MANIFEST.in
@@ -1,5 +1,5 @@
1
recursive-exclude ThreatExchange *
2
-recursive-include ThreatExchange/hashing/pdq *.cpp *.h
3
-include ThreatExchange/hashing/pdq/LICENSE.txt
+recursive-include ThreatExchange/pdq *.cpp *.h
+include ThreatExchange/pdq/LICENSE.txt
4
recursive-include pdqhash *.py *pyx
5
recursive-exclude pdqhash *.so *.dll *.cpp *.c
setup.cfg
@@ -10,7 +10,7 @@ description = Python bindings for Facebook's PDQ hash
10
long_description = file: README.md
11
long_description_content_type = text/markdown
12
url = https://github.com/faustomorales/pdqhash-python
13
-version = 0.2.0
+version = 0.2.1
14
license = MIT
15
classifiers =
16
Development Status :: 5 - Production/Stable
0 commit comments