Skip to content

Commit

Permalink
testing a known package
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMontaguSmartDCSIT committed Aug 1, 2024
1 parent 296067f commit 36c8235
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Setup script for installation
"""
from setuptools import setup, find_packages
from setuptools import setup

main_packages = [
'test_harness',
Expand Down Expand Up @@ -42,6 +42,6 @@
package_dir={"test_harness": "test_harness"},
include_package_data=True,
extras_require={
"protocol_verifier": ["test_harness.protocol_verifier"]
"protocol_verifier": ["flask"]
}
)

0 comments on commit 36c8235

Please sign in to comment.