Skip to content

Commit 5973bae

Browse files
committed
Fix paths to ThreatExchange repository.
1 parent 871f238 commit 5973bae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
recursive-exclude ThreatExchange *
2-
recursive-include ThreatExchange/hashing/pdq *.cpp *.h
3-
include ThreatExchange/hashing/pdq/LICENSE.txt
2+
recursive-include ThreatExchange/pdq *.cpp *.h
3+
include ThreatExchange/pdq/LICENSE.txt
44
recursive-include pdqhash *.py *pyx
55
recursive-exclude pdqhash *.so *.dll *.cpp *.c

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = Python bindings for Facebook's PDQ hash
1010
long_description = file: README.md
1111
long_description_content_type = text/markdown
1212
url = https://github.com/faustomorales/pdqhash-python
13-
version = 0.2.0
13+
version = 0.2.1
1414
license = MIT
1515
classifiers =
1616
Development Status :: 5 - Production/Stable

0 commit comments

Comments
 (0)