Skip to content

Commit

Permalink
Testing with scripts in the pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed Apr 2, 2018
1 parent 095b01e commit c9b4689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def networkpipeline_test_suite():
setup(
name="network-pipeline",
cmdclass={"build_py": build_py},
version="1.0.11",
version="1.0.12",
description="Distributed Network Packet Analysis Pipeline " +
"for Layer 2, 3 and 4 Frames",
long_description="" +
Expand Down Expand Up @@ -108,6 +108,7 @@ def networkpipeline_test_suite():
url="https://github.com/jay-johnson/network-pipeline",
packages=[
"network_pipeline",
"network_pipeline.scripts",
"network_pipeline.log"
],
package_data={},
Expand Down

0 comments on commit c9b4689

Please sign in to comment.