Skip to content

Commit cb49ed2

Browse files
author
Martin Gallo
committed
Setup: Adding missing package
1 parent ebaa435 commit cb49ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def run(self):
114114
'Programming Language :: C++',
115115
'Topic :: Security'],
116116
# Packages list
117-
packages=['pysap', 'pysap.utils'],
117+
packages=['pysap', 'pysap.utils', 'pysap.utils.crypto'],
118118
provides=['pysapcompress', 'pysap'],
119119

120120
# Extension module compilation

0 commit comments

Comments
 (0)