Skip to content

Commit

Permalink
Tidy up.
Browse files Browse the repository at this point in the history
  • Loading branch information
carletes committed Jun 9, 2020
1 parent b007288 commit 3d42e0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ def read_long_description():
package_dir={"mockssh": "mockssh",},
packages=find_packages(),
package_data={
"mockssh": ["sample-user-key", "sample-user-key.pub", "server-key", "server-key.pub",]
"mockssh": [
"sample-user-key",
"sample-user-key.pub",
"server-key",
"server-key.pub",
]
},
install_requires=read_requirements(),
zip_safe=False,
Expand Down

0 comments on commit 3d42e0d

Please sign in to comment.