Skip to content

Commit

Permalink
Merge pull request #28 from secureworks/pilot
Browse files Browse the repository at this point in the history
update README.rst
  • Loading branch information
whartond authored Feb 24, 2021
2 parents 1101e47 + edafdf4 commit 28e853d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Aristotle
Aristotle is a simple Python program that allows for the filtering of
Suricata and Snort rulesets based on interpreted key-value pairs present
in the metadata keyword within each rule. It can be run as a standalone
script or utilized as a library.
script or utilized as a module.

Documentation
=============
Expand Down Expand Up @@ -35,11 +35,11 @@ Install dependencies:

``pip install -r requirements.txt``

Or if using as a library:
Or if using as a module:

``pip install aristotle``

And refer to `Aristotle as a Library <https://aristotle-py.readthedocs.io/en/latest/library.html>`__.
And refer to `Aristotle as a Module <https://aristotle-py.readthedocs.io/en/latest/module.html>`__.

Usage
=====
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="aristotle",
version="1.0.4",
version="1.0.5",
author="David Wharton",
description="Script and library for the viewing and filtering of Suricata and Snort rulesets based on interpreted key-value pairs present in the metadata keyword within each rule.",
long_description=long_description,
Expand Down

0 comments on commit 28e853d

Please sign in to comment.