We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d9be5 commit 985d4f7Copy full SHA for 985d4f7
1 file changed
setup.py
@@ -65,7 +65,7 @@ def abbrev(t):
65
author_email="warner-pyspake2@lothar.com",
66
url="https://github.com/warner/python-spake2",
67
package_dir={"": "src"},
68
- packages=["spake2", "spake2.test"],
+ packages=["spake2", "spake2.parameters", "spake2.test"],
69
license="MIT",
70
cmdclass=cmdclass,
71
classifiers=[
0 commit comments