Skip to content

Commit

Permalink
Add documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
clenk committed Dec 14, 2020
1 parent 2fae5ba commit 3b0d61f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ and testing. It uses a simple, sentence-like syntax for expressing what STIX
content to generate. This tool is provided in two forms: as a Jupyter notebook
and as a commandline tool.

For more information, see `the documentation <https://stix2-generator.readthedocs.io/>`__ on ReadTheDocs.

Jupyter Notebook
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def get_long_description():

setup(
name='stix2generator',
version='0.1',
version='0.1.0',
description='Generate random STIX 2 content.',
long_description=get_long_description(),
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 3b0d61f

Please sign in to comment.