Skip to content

Commit 985d4f7

Browse files
committed
include spake2.parameters when building the dist/sdist
1 parent d1d9be5 commit 985d4f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def abbrev(t):
6565
author_email="warner-pyspake2@lothar.com",
6666
url="https://github.com/warner/python-spake2",
6767
package_dir={"": "src"},
68-
packages=["spake2", "spake2.test"],
68+
packages=["spake2", "spake2.parameters", "spake2.test"],
6969
license="MIT",
7070
cmdclass=cmdclass,
7171
classifiers=[

0 commit comments

Comments
 (0)